#dcf0f0
a pale, soft cyan · cool · closest name: white
RGB
220, 240, 240
HSL
180°, 40%, 90%
CMYK
8, 0, 0, 6
Luminance
0.8383
Every format
| HEX | #dcf0f0 |
| RGB | rgb(220, 240, 240) |
| HSL | hsl(180, 40%, 90%) |
| CMYK | cmyk(8%, 0%, 0%, 6%) |
| LAB | lab(93.4 -6.5 -2.3) |
| LCH | lch(93.4 6.9 199.0) |
| OKLCH | oklch(0.940 0.021 196.8) |
Copy-ready code
/* CSS */
color: #dcf0f0;
background-color: #dcf0f0;
/* Tailwind (arbitrary) */
class="text-[#dcf0f0] bg-[#dcf0f0]"
/* SCSS */
$brand: #dcf0f0;
/* SwiftUI */
Color(red: 0.863, green: 0.941, blue: 0.941)
/* Android */
Color.parseColor("#dcf0f0")Accessibility — WCAG contrast
Aa
#dcf0f0 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcf0f0 on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green94.1%
Blue94.1%
CMYK percentages
Cyan8.3%
Magenta0.0%
Yellow0.0%
Key (black)5.9%
Color previews
#dcf0f0 text on a black background
contrast 17.77:1
Card sample
#dcf0f0 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcf0f0;
Background color
Panel with #dcf0f0 background
background-color: #dcf0f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcf0f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 240, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 240, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcf0f0; background: linear-gradient(135deg, #dcf0f0, #DCE3F0);