#dcfcf2
a pale, electric cyan · cool · closest name: ivory
RGB
220, 252, 242
HSL
161°, 84%, 93%
CMYK
13, 0, 4, 1
Luminance
0.9125
Every format
| HEX | #dcfcf2 |
| RGB | rgb(220, 252, 242) |
| HSL | hsl(161, 84%, 93%) |
| CMYK | cmyk(13%, 0%, 4%, 1%) |
| LAB | lab(96.5 -12.2 1.3) |
| LCH | lch(96.5 12.3 173.9) |
| OKLCH | oklch(0.965 0.036 174.8) |
Copy-ready code
/* CSS */
color: #dcfcf2;
background-color: #dcfcf2;
/* Tailwind (arbitrary) */
class="text-[#dcfcf2] bg-[#dcfcf2]"
/* SCSS */
$brand: #dcfcf2;
/* SwiftUI */
Color(red: 0.863, green: 0.988, blue: 0.949)
/* Android */
Color.parseColor("#dcfcf2")Accessibility — WCAG contrast
Aa
#dcfcf2 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcfcf2 on black: 19.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green98.8%
Blue94.9%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow4.0%
Key (black)1.2%
Color previews
#dcfcf2 text on a black background
contrast 19.25:1
Card sample
#dcfcf2 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcfcf2;
Background color
Panel with #dcfcf2 background
background-color: #dcfcf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcfcf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 252, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 252, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcfcf2; background: linear-gradient(135deg, #dcfcf2, #DCF1FC);