#ceedff
a pale, electric blue · cool · closest name: lavender
RGB
206, 237, 255
HSL
202°, 100%, 90%
CMYK
19, 7, 0, 0
Luminance
0.8091
Every format
| HEX | #ceedff |
| RGB | rgb(206, 237, 255) |
| HSL | hsl(202, 100%, 90%) |
| CMYK | cmyk(19%, 7%, 0%, 0%) |
| LAB | lab(92.1 -6.4 -12.1) |
| LCH | lch(92.1 13.6 242.1) |
| OKLCH | oklch(0.929 0.041 233.3) |
Copy-ready code
/* CSS */
color: #ceedff;
background-color: #ceedff;
/* Tailwind (arbitrary) */
class="text-[#ceedff] bg-[#ceedff]"
/* SCSS */
$brand: #ceedff;
/* SwiftUI */
Color(red: 0.808, green: 0.929, blue: 1.000)
/* Android */
Color.parseColor("#ceedff")Accessibility — WCAG contrast
Aa
#ceedff on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceedff on black: 17.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.9%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta7.1%
Yellow0.0%
Key (black)0.0%
Color previews
#ceedff text on a black background
contrast 17.18:1
Card sample
#ceedff text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceedff;
Background color
Panel with #ceedff background
background-color: #ceedff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceedff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 237, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 237, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceedff; background: linear-gradient(135deg, #ceedff, #D0CEFF);