#d4f3eb
a pale, vivid cyan · cool · closest name: ivory
RGB
212, 243, 235
HSL
165°, 56%, 89%
CMYK
13, 0, 3, 5
Luminance
0.8410
Every format
| HEX | #d4f3eb |
| RGB | rgb(212, 243, 235) |
| HSL | hsl(165, 56%, 89%) |
| CMYK | cmyk(13%, 0%, 3%, 5%) |
| LAB | lab(93.5 -11.6 0.5) |
| LCH | lch(93.5 11.6 177.7) |
| OKLCH | oklch(0.940 0.034 178.3) |
Copy-ready code
/* CSS */
color: #d4f3eb;
background-color: #d4f3eb;
/* Tailwind (arbitrary) */
class="text-[#d4f3eb] bg-[#d4f3eb]"
/* SCSS */
$brand: #d4f3eb;
/* SwiftUI */
Color(red: 0.831, green: 0.953, blue: 0.922)
/* Android */
Color.parseColor("#d4f3eb")Accessibility — WCAG contrast
Aa
#d4f3eb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4f3eb on black: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green95.3%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta0.0%
Yellow3.3%
Key (black)4.7%
Color previews
#d4f3eb text on a black background
contrast 17.82:1
Card sample
#d4f3eb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4f3eb;
Background color
Panel with #d4f3eb background
background-color: #d4f3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4f3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 243, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 243, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4f3eb; background: linear-gradient(135deg, #d4f3eb, #D4E6F3);