#FEFEFF Color Information

Hex color code: #FEFEFF

#FEFEFF is a airy blue color. In RGB it is (254, 254, 255), and in HSL it is (240°, 100%, 100%). It is widely used in graphic design.

Try:
Color NameWhite
HEX
#FEFEFF
RGB
254, 254, 255
HSL
240°, 100%, 100%
CMYK
0%, 0%, 0%, 0%

Shades

CSS Usage
color: #FEFEFF;
background-color: #FEFEFF;
border-color: #FEFEFF;
box-shadow: 0 0 10px #FEFEFF;
border: 2px solid #FEFEFF;
Tailwind Usage
bg-[#FEFEFF]
text-[#FEFEFF]
border-[#FEFEFF]
shadow-[0_0_10px_FEFEFF]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #FEFEFF, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #FEFEFF; color: #000000; }

Badge

New Feature
.badge { background-color: #FEFEFF; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #FEFEFF; background-color: #FEFEFF15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #FEFEFF20; border-left: 4px solid #FEFEFF; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #FEFEFF; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #FEFEFF in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

254, 254, 255

Red: 254 / Green: 254 / Blue: 255

HSL

240°, 100%, 100%

Hue: 240° / Saturation: 100% / Lightness: 100%

CMYK

0%, 0%, 0%, 0%

Cyan: 0% / Magenta: 0% / Yellow: 0% / Key: 0%

What color is #FEFEFF?

#FEFEFF is a very light tint associated with purity and simplicity.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #FEFEFF to RGB:

rgb(254, 254, 255)HEX to RGB Converter →

HEX to HSL

Convert #FEFEFF to HSL:

hsl(240, 100%, 100%)RGB to HSL Converter →

HEX to CMYK

Convert #FEFEFF to CMYK:

cmyk(0%, 0%, 0%, 0%)Color Converter →

Color Meaning and Usage

#FEFEFF is a ethereal blue color with RGB values of 254, 254, 255 and HSL of 240°, 100%, 100%. This very light tint evokes purity and simplicity, making it suitable for frequently seen in web interfaces. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #FEFEFF is #FFFFFF, creating high-contrast pairings. For softer combinations, try analogous colors like #FFFFFF.

Use #FEFEFF in CSS: color: #FEFEFF or background-color: #FEFEFF. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #FEFEFF

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 20.83:1
WCAG AA: Pass
WCAG AAA: Pass

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #FEFEFF?

#FEFEFF is a ethereal blue color - a very light tint that evokes purity and simplicity.

What is the RGB value of #FEFEFF?

#FEFEFF in RGB is (254, 254, 255) - 254 red, 254 green, and 255 blue.

How to use #FEFEFF in CSS?

Use #FEFEFF directly in your CSS properties like color or background-color.

What colors go well with #FEFEFF?

#FFFFFF (complementary), #FFFFFF (analogous), and #B3B3FF (lighter shade) work well with #FEFEFF.