#dadfee
a pale, soft blue · cool · closest name: Lavender
At a glance
Every number on this page in one read: what #dadfee 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 | #dadfee |
| RGB | rgb(218, 223, 238) |
| HSL | hsl(225, 37%, 89%) |
| CMYK | cmyk(8%, 6%, 0%, 7%) |
| LAB | lab(88.8 1.1 -7.9) |
| LCH | lch(88.8 8.0 278.3) |
| OKLCH | oklch(0.904 0.021 271.2) |
| Decimal | 14344174 |
| Display P3 | color(display-p3 0.855 0.875 0.933) |
Copy-ready code
/* CSS */
color: #dadfee;
background-color: #dadfee;
/* Tailwind (arbitrary) */
class="text-[#dadfee] bg-[#dadfee]"
/* SCSS */
$brand: #dadfee;
/* SwiftUI */
Color(red: 0.855, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#dadfee")
/* Flutter */
Color(0xFFDADFEE)
/* Python / OpenCV (BGR) */
(238, 223, 218)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. #dadfee 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: #F5F6FA;
--brand-100: #EBEDF4;
--brand-200: #dadfee;
--brand-300: #B2BDDC;
--brand-400: #8C9BCA;
--brand-500: #657AB8;
--brand-600: #4D64A8;
--brand-700: #40538C;
--brand-800: #334370;
--brand-900: #283352;
--brand-950: #192033;
--brand: #dadfee;
--brand-ink: #000000;
}Colors that work with #dadfee
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 #dadfee
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 | #EEE9DA | Directly opposite — maximum tension | |
| Analogous left | #DAE9EE | Neighbour, quieter | |
| Analogous right | #DFDAEE | Neighbour, quieter | |
| Split-complement 1 | #EEDFDA | Contrast without the clash | |
| Split-complement 2 | #E9EEDA | Contrast without the clash | |
| Triadic 1 | #EEDADF | Even thirds — balanced and loud | |
| Triadic 2 | #DFEEDA | Even thirds — balanced and loud | |
| Tetradic | #EEDAE9 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#dadfee text on a black background
contrast 15.77:1
#dadfee text on a white background
contrast 1.33:1
CSS3 live lab
The quick brown fox
color: #dadfee;
background-color: #dadfee;
Glowing headline
text-shadow: 2px 2px 8px #dadfee;
Soft neon halo
text-shadow: 0 0 14px rgba(218, 223, 238, 0.45);
box-shadow: 0 12px 32px -8px rgba(218, 223, 238, 0.45);
border: 3px solid #dadfee; background: linear-gradient(135deg, #dadfee, #E2DAEE);
Monochromatic scale
Palettes built from #dadfee
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 3.9 away, with its history, psychology and brand usage.
#dadfee 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.
#dadfee, answered
What color is #dadfee?
#dadfee is a pale soft blue, closest to Lavender (ΔE2000 3.9). It sits at 225° on the hue wheel with 37% saturation and 89% lightness, which reads as cool.
What is the RGB value of #dadfee?
rgb(218, 223, 238) — 218 red, 223 green and 238 blue out of 255, or 85.5% / 87.5% / 93.3% by channel.
Is #dadfee a light or a dark color?
It is a light color. Relative luminance is 0.7385 and perceived brightness is 88%, so black text on it reaches 15.77:1.
Should I use black or white text on #dadfee?
Black. It scores 15.77:1 against #dadfee, versus 1.33:1 for white — AAA at any size.
What is the complementary color of #dadfee?
#EEE9DA sits directly opposite on the wheel. Softer options are the split-complements #EEDFDA and #E9EEDA, which give the same contrast with far less vibration.
What colors go well with #dadfee?
For interface work: #F5F6FA as the surface, #C7CFE5 for borders, #4B5F9B for secondary text, #90663C as an accent and #283457 for hover and pressed states. For a palette, the analogous pair #DAE9EE and #DFDAEE stays calm, while #EEE9DA is the loudest partner.
What is #dadfee in CMYK for printing?
cmyk(8%, 6%, 0%, 7%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #dadfee warm or cool?
Cool — it scores 92 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #DCDAEE; nudged cooler, #D9E3EF.