#cecfea
a pale, soft blue · cool · closest name: Lavender
At a glance
Every number on this page in one read: what #cecfea is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #cecfea |
| RGB | rgb(206, 207, 234) |
| HSL | hsl(238, 40%, 86%) |
| CMYK | cmyk(12%, 12%, 0%, 8%) |
| LAB | lab(83.8 4.9 -13.4) |
| LCH | lch(83.8 14.3 290.0) |
| OKLCH | oklch(0.862 0.037 283.9) |
| Decimal | 13553642 |
| Display P3 | color(display-p3 0.808 0.812 0.918) |
Copy-ready code
/* CSS */
color: #cecfea;
background-color: #cecfea;
/* Tailwind (arbitrary) */
class="text-[#cecfea] bg-[#cecfea]"
/* SCSS */
$brand: #cecfea;
/* SwiftUI */
Color(red: 0.808, green: 0.812, blue: 0.918)
/* Android */
Color.parseColor("#cecfea")
/* Flutter */
Color(0xFFCECFEA)
/* Python / OpenCV (BGR) */
(234, 207, 206)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #cecfea is pinned to step 200; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F5F5FA;
--brand-100: #EBEBF4;
--brand-200: #cecfea;
--brand-300: #B0B2DD;
--brand-400: #898CCD;
--brand-500: #6265BC;
--brand-600: #494DAB;
--brand-700: #3D408F;
--brand-800: #313372;
--brand-900: #272854;
--brand-950: #181934;
--brand: #cecfea;
--brand-ink: #000000;
}Colors that work with #cecfea
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #cecfea
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠White text placed on it
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #EAE9CE | Directly opposite — maximum tension | |
| Analogous left | #CEDDEA | Neighbour, quieter | |
| Analogous right | #DBCEEA | Neighbour, quieter | |
| Split-complement 1 | #EADBCE | Contrast without the clash | |
| Split-complement 2 | #DDEACE | Contrast without the clash | |
| Triadic 1 | #EACECF | Even thirds — balanced and loud | |
| Triadic 2 | #CFEACE | Even thirds — balanced and loud | |
| Tetradic | #EACEDD | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cecfea text on a black background
contrast 13.74:1
#cecfea text on a white background
contrast 1.53:1
CSS3 live lab
The quick brown fox
color: #cecfea;
background-color: #cecfea;
Glowing headline
text-shadow: 2px 2px 8px #cecfea;
Soft neon halo
text-shadow: 0 0 14px rgba(206, 207, 234, 0.45);
box-shadow: 0 12px 32px -8px rgba(206, 207, 234, 0.45);
border: 3px solid #cecfea; background: linear-gradient(135deg, #cecfea, #E0CEEA);
Monochromatic scale
Palettes built from #cecfea
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Lavender (#e6e6fa) — ΔE2000 5.8 away, with its history, psychology and brand usage.
#cecfea in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Very light tints can drop out on uncoated stock; check it at 100% size before signing off.
#cecfea, answered
What color is #cecfea?
#cecfea is a pale soft blue, closest to Lavender (ΔE2000 5.8). It sits at 238° on the hue wheel with 40% saturation and 86% lightness, which reads as cool.
What is the RGB value of #cecfea?
rgb(206, 207, 234) — 206 red, 207 green and 234 blue out of 255, or 80.8% / 81.2% / 91.8% by channel.
Is #cecfea a light or a dark color?
It is a light color. Relative luminance is 0.6369 and perceived brightness is 82%, so black text on it reaches 13.74:1.
Should I use black or white text on #cecfea?
Black. It scores 13.74:1 against #cecfea, versus 1.53:1 for white — AAA at any size.
What is the complementary color of #cecfea?
#EAE9CE sits directly opposite on the wheel. Softer options are the split-complements #EADBCE and #DDEACE, which give the same contrast with far less vibration.
What colors go well with #cecfea?
For interface work: #F4F5FA as the surface, #C6C7E7 for borders, #4B4D9B for secondary text, #927A3A as an accent and #262859 for hover and pressed states. For a palette, the analogous pair #CEDDEA and #DBCEEA stays calm, while #EAE9CE is the loudest partner.
What is #cecfea in CMYK for printing?
cmyk(12%, 12%, 0%, 8%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cecfea warm or cool?
Cool — it scores 85 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D7CEEA; nudged cooler, #CDD9EB.