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