#d5f2eb
a pale, vivid cyan · cool · closest name: ivory
RGB
213, 242, 235
HSL
166°, 53%, 89%
CMYK
12, 0, 3, 5
Luminance
0.8365
Every format
| HEX | #d5f2eb |
| RGB | rgb(213, 242, 235) |
| HSL | hsl(166, 53%, 89%) |
| CMYK | cmyk(12%, 0%, 3%, 5%) |
| LAB | lab(93.3 -10.8 0.2) |
| LCH | lch(93.3 10.8 179.0) |
| OKLCH | oklch(0.938 0.032 179.4) |
Copy-ready code
/* CSS */
color: #d5f2eb;
background-color: #d5f2eb;
/* Tailwind (arbitrary) */
class="text-[#d5f2eb] bg-[#d5f2eb]"
/* SCSS */
$brand: #d5f2eb;
/* SwiftUI */
Color(red: 0.835, green: 0.949, blue: 0.922)
/* Android */
Color.parseColor("#d5f2eb")Accessibility — WCAG contrast
Aa
#d5f2eb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d5f2eb on black: 17.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green94.9%
Blue92.2%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow2.9%
Key (black)5.1%
Color previews
#d5f2eb text on a black background
contrast 17.73:1
Card sample
#d5f2eb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d5f2eb;
Background color
Panel with #d5f2eb background
background-color: #d5f2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d5f2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 242, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 242, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d5f2eb; background: linear-gradient(135deg, #d5f2eb, #D5E6F2);