#d0fdfb
a pale, electric cyan · cool · closest name: white
RGB
208, 253, 251
HSL
177°, 92%, 90%
CMYK
18, 0, 1, 1
Luminance
0.9063
Every format
| HEX | #d0fdfb |
| RGB | rgb(208, 253, 251) |
| HSL | hsl(177, 92%, 90%) |
| CMYK | cmyk(18%, 0%, 1%, 1%) |
| LAB | lab(96.3 -14.7 -3.8) |
| LCH | lch(96.3 15.1 194.5) |
| OKLCH | oklch(0.962 0.046 193.1) |
Copy-ready code
/* CSS */
color: #d0fdfb;
background-color: #d0fdfb;
/* Tailwind (arbitrary) */
class="text-[#d0fdfb] bg-[#d0fdfb]"
/* SCSS */
$brand: #d0fdfb;
/* SwiftUI */
Color(red: 0.816, green: 0.992, blue: 0.984)
/* Android */
Color.parseColor("#d0fdfb")Accessibility — WCAG contrast
Aa
#d0fdfb on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0fdfb on black: 19.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green99.2%
Blue98.4%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow0.8%
Key (black)0.8%
Color previews
#d0fdfb text on a black background
contrast 19.13:1
Card sample
#d0fdfb text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0fdfb;
Background color
Panel with #d0fdfb background
background-color: #d0fdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0fdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 253, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 253, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0fdfb; background: linear-gradient(135deg, #d0fdfb, #D0E1FD);