#dcfff6
a pale, electric cyan · cool · closest name: ivory
RGB
220, 255, 246
HSL
165°, 100%, 93%
CMYK
14, 0, 4, 0
Luminance
0.9339
Every format
| HEX | #dcfff6 |
| RGB | rgb(220, 255, 246) |
| HSL | hsl(165, 100%, 93%) |
| CMYK | cmyk(14%, 0%, 4%, 0%) |
| LAB | lab(97.4 -12.9 0.5) |
| LCH | lch(97.4 12.9 177.7) |
| OKLCH | oklch(0.973 0.038 178.2) |
Copy-ready code
/* CSS */
color: #dcfff6;
background-color: #dcfff6;
/* Tailwind (arbitrary) */
class="text-[#dcfff6] bg-[#dcfff6]"
/* SCSS */
$brand: #dcfff6;
/* SwiftUI */
Color(red: 0.863, green: 1.000, blue: 0.965)
/* Android */
Color.parseColor("#dcfff6")Accessibility — WCAG contrast
Aa
#dcfff6 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcfff6 on black: 19.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green100.0%
Blue96.5%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow3.5%
Key (black)0.0%
Color previews
#dcfff6 text on a black background
contrast 19.68:1
Card sample
#dcfff6 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcfff6;
Background color
Panel with #dcfff6 background
background-color: #dcfff6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcfff6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 255, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 255, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcfff6; background: linear-gradient(135deg, #dcfff6, #DCF1FF);