#d0fdff
a pale, electric cyan · cool · closest name: white
RGB
208, 253, 255
HSL
183°, 100%, 91%
CMYK
18, 1, 0, 0
Luminance
0.9088
Every format
| HEX | #d0fdff |
| RGB | rgb(208, 253, 255) |
| HSL | hsl(183, 100%, 91%) |
| CMYK | cmyk(18%, 1%, 0%, 0%) |
| LAB | lab(96.4 -13.8 -5.7) |
| LCH | lch(96.4 15.0 202.4) |
| OKLCH | oklch(0.963 0.046 199.8) |
Copy-ready code
/* CSS */
color: #d0fdff;
background-color: #d0fdff;
/* Tailwind (arbitrary) */
class="text-[#d0fdff] bg-[#d0fdff]"
/* SCSS */
$brand: #d0fdff;
/* SwiftUI */
Color(red: 0.816, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#d0fdff")Accessibility — WCAG contrast
Aa
#d0fdff on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0fdff on black: 19.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green99.2%
Blue100.0%
CMYK percentages
Cyan18.4%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#d0fdff text on a black background
contrast 19.18:1
Card sample
#d0fdff text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0fdff;
Background color
Panel with #d0fdff background
background-color: #d0fdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0fdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0fdff; background: linear-gradient(135deg, #d0fdff, #D0DEFF);