#dcfffe
a pale, electric cyan · cool · closest name: white
RGB
220, 255, 254
HSL
178°, 100%, 93%
CMYK
14, 0, 0, 0
Luminance
0.9389
Every format
| HEX | #dcfffe |
| RGB | rgb(220, 255, 254) |
| HSL | hsl(178, 100%, 93%) |
| CMYK | cmyk(14%, 0%, 0%, 0%) |
| LAB | lab(97.6 -11.4 -3.3) |
| LCH | lch(97.6 11.8 196.2) |
| OKLCH | oklch(0.975 0.036 194.5) |
Copy-ready code
/* CSS */
color: #dcfffe;
background-color: #dcfffe;
/* Tailwind (arbitrary) */
class="text-[#dcfffe] bg-[#dcfffe]"
/* SCSS */
$brand: #dcfffe;
/* SwiftUI */
Color(red: 0.863, green: 1.000, blue: 0.996)
/* Android */
Color.parseColor("#dcfffe")Accessibility — WCAG contrast
Aa
#dcfffe on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcfffe on black: 19.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green100.0%
Blue99.6%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow0.4%
Key (black)0.0%
Color previews
#dcfffe text on a black background
contrast 19.78:1
Card sample
#dcfffe text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcfffe;
Background color
Panel with #dcfffe background
background-color: #dcfffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcfffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 255, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 255, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcfffe; background: linear-gradient(135deg, #dcfffe, #DCE9FF);