#dcf9f2
a pale, vivid cyan · cool · closest name: ivory
RGB
220, 249, 242
HSL
166°, 71%, 92%
CMYK
12, 0, 3, 2
Luminance
0.8938
Every format
| HEX | #dcf9f2 |
| RGB | rgb(220, 249, 242) |
| HSL | hsl(166, 71%, 92%) |
| CMYK | cmyk(12%, 0%, 3%, 2%) |
| LAB | lab(95.7 -10.7 0.2) |
| LCH | lch(95.7 10.7 179.1) |
| OKLCH | oklch(0.959 0.032 179.5) |
Copy-ready code
/* CSS */
color: #dcf9f2;
background-color: #dcf9f2;
/* Tailwind (arbitrary) */
class="text-[#dcf9f2] bg-[#dcf9f2]"
/* SCSS */
$brand: #dcf9f2;
/* SwiftUI */
Color(red: 0.863, green: 0.976, blue: 0.949)
/* Android */
Color.parseColor("#dcf9f2")Accessibility — WCAG contrast
Aa
#dcf9f2 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcf9f2 on black: 18.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green97.6%
Blue94.9%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow2.8%
Key (black)2.4%
Color previews
#dcf9f2 text on a black background
contrast 18.88:1
Card sample
#dcf9f2 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcf9f2;
Background color
Panel with #dcf9f2 background
background-color: #dcf9f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcf9f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 249, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 249, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcf9f2; background: linear-gradient(135deg, #dcf9f2, #DCEDF9);