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