#add4df
a light, soft cyan · cool · closest name: Light Blue
At a glance
Every number on this page in one read: what #add4df 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 | #add4df |
| RGB | rgb(173, 212, 223) |
| HSL | hsl(193, 44%, 78%) |
| CMYK | cmyk(22%, 5%, 0%, 13%) |
| LAB | lab(82.5 -10.4 -9.7) |
| LCH | lch(82.5 14.2 222.9) |
| OKLCH | oklch(0.846 0.044 216.8) |
| Decimal | 11392223 |
| Display P3 | color(display-p3 0.678 0.831 0.875) |
Copy-ready code
/* CSS */
color: #add4df;
background-color: #add4df;
/* Tailwind (arbitrary) */
class="text-[#add4df] bg-[#add4df]"
/* SCSS */
$brand: #add4df;
/* SwiftUI */
Color(red: 0.678, green: 0.831, blue: 0.875)
/* Android */
Color.parseColor("#add4df")
/* Flutter */
Color(0xFFADD4DF)
/* Python / OpenCV (BGR) */
(223, 212, 173)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. #add4df is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F5F9FA;
--brand-100: #EAF3F5;
--brand-200: #D1E5EB;
--brand-300: #add4df;
--brand-400: #86C0D0;
--brand-500: #5EAAC0;
--brand-600: #4598B0;
--brand-700: #397F93;
--brand-800: #2E6675;
--brand-900: #244B56;
--brand-950: #172F36;
--brand: #add4df;
--brand-ink: #000000;
}Colors that work with #add4df
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 #add4df
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
- ⚠Thin strokes and 1px borders — they disappear on light UI
- ⚠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 | #DFB8AD | Directly opposite — maximum tension | |
| Analogous left | #ADDFD1 | Neighbour, quieter | |
| Analogous right | #ADBBDF | Neighbour, quieter | |
| Split-complement 1 | #DFADBB | Contrast without the clash | |
| Split-complement 2 | #DFD1AD | Contrast without the clash | |
| Triadic 1 | #DFADD4 | Even thirds — balanced and loud | |
| Triadic 2 | #D4DFAD | Even thirds — balanced and loud | |
| Tetradic | #D1ADDF | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#add4df text on a black background
contrast 13.26:1
#add4df text on a white background
contrast 1.58:1
CSS3 live lab
The quick brown fox
color: #add4df;
background-color: #add4df;
Glowing headline
text-shadow: 2px 2px 8px #add4df;
Soft neon halo
text-shadow: 0 0 14px rgba(173, 212, 223, 0.45);
box-shadow: 0 12px 32px -8px rgba(173, 212, 223, 0.45);
border: 3px solid #add4df; background: linear-gradient(135deg, #add4df, #ADB2DF);
Monochromatic scale
Palettes built from #add4df
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: Light Blue (#add8e6) — ΔE2000 1.5 away, with its history, psychology and brand usage.
#add4df in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#add4df, answered
What color is #add4df?
#add4df is a light soft cyan, closest to Light Blue (ΔE2000 1.5). It sits at 193° on the hue wheel with 44% saturation and 78% lightness, which reads as cool.
What is the RGB value of #add4df?
rgb(173, 212, 223) — 173 red, 212 green and 223 blue out of 255, or 67.8% / 83.1% / 87.5% by channel.
Is #add4df a light or a dark color?
It is a light color. Relative luminance is 0.6130 and perceived brightness is 79%, so black text on it reaches 13.26:1.
Should I use black or white text on #add4df?
Black. It scores 13.26:1 against #add4df, versus 1.58:1 for white — AAA at any size.
What is the complementary color of #add4df?
#DFB8AD sits directly opposite on the wheel. Softer options are the split-complements #DFADBB and #DFD1AD, which give the same contrast with far less vibration.
What colors go well with #add4df?
For interface work: #F4F9FA as the surface, #C4E0E8 for borders, #4B899B for secondary text, #963637 as an accent and #244F5C for hover and pressed states. For a palette, the analogous pair #ADDFD1 and #ADBBDF stays calm, while #DFB8AD is the loudest partner.
What is #add4df in CMYK for printing?
cmyk(22%, 5%, 0%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #add4df warm or cool?
Cool — it scores 93 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #ADDFD8; nudged cooler, #ACC8E0.