#d0f7ff
a pale, electric cyan · cool · closest name: white
RGB
208, 247, 255
HSL
190°, 100%, 91%
CMYK
18, 3, 0, 0
Luminance
0.8715
Every format
| HEX | #d0f7ff |
| RGB | rgb(208, 247, 255) |
| HSL | hsl(190, 100%, 91%) |
| CMYK | cmyk(18%, 3%, 0%, 0%) |
| LAB | lab(94.8 -10.8 -8.0) |
| LCH | lch(94.8 13.5 216.5) |
| OKLCH | oklch(0.951 0.042 211.5) |
Copy-ready code
/* CSS */
color: #d0f7ff;
background-color: #d0f7ff;
/* Tailwind (arbitrary) */
class="text-[#d0f7ff] bg-[#d0f7ff]"
/* SCSS */
$brand: #d0f7ff;
/* SwiftUI */
Color(red: 0.816, green: 0.969, blue: 1.000)
/* Android */
Color.parseColor("#d0f7ff")Accessibility — WCAG contrast
Aa
#d0f7ff on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0f7ff on black: 18.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green96.9%
Blue100.0%
CMYK percentages
Cyan18.4%
Magenta3.1%
Yellow0.0%
Key (black)0.0%
Color previews
#d0f7ff text on a black background
contrast 18.43:1
Card sample
#d0f7ff text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0f7ff;
Background color
Panel with #d0f7ff background
background-color: #d0f7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0f7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 247, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 247, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0f7ff; background: linear-gradient(135deg, #d0f7ff, #D0D8FF);