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