#d0fcfe
a pale, electric cyan · cool · closest name: white
RGB
208, 252, 254
HSL
183°, 96%, 91%
CMYK
18, 1, 0, 0
Luminance
0.9019
Every format
| HEX | #d0fcfe |
| RGB | rgb(208, 252, 254) |
| HSL | hsl(183, 96%, 91%) |
| CMYK | cmyk(18%, 1%, 0%, 0%) |
| LAB | lab(96.1 -13.5 -5.6) |
| LCH | lch(96.1 14.7 202.5) |
| OKLCH | oklch(0.961 0.045 199.8) |
Copy-ready code
/* CSS */
color: #d0fcfe;
background-color: #d0fcfe;
/* Tailwind (arbitrary) */
class="text-[#d0fcfe] bg-[#d0fcfe]"
/* SCSS */
$brand: #d0fcfe;
/* SwiftUI */
Color(red: 0.816, green: 0.988, blue: 0.996)
/* Android */
Color.parseColor("#d0fcfe")Accessibility — WCAG contrast
Aa
#d0fcfe on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0fcfe on black: 19.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green98.8%
Blue99.6%
CMYK percentages
Cyan18.1%
Magenta0.8%
Yellow0.0%
Key (black)0.4%
Color previews
#d0fcfe text on a black background
contrast 19.04:1
Card sample
#d0fcfe text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0fcfe;
Background color
Panel with #d0fcfe background
background-color: #d0fcfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0fcfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 252, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 252, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0fcfe; background: linear-gradient(135deg, #d0fcfe, #D0DDFE);