#ceefff
a pale, electric cyan · cool · closest name: lavender
RGB
206, 239, 255
HSL
200°, 100%, 90%
CMYK
19, 6, 0, 0
Luminance
0.8207
Every format
| HEX | #ceefff |
| RGB | rgb(206, 239, 255) |
| HSL | hsl(200, 100%, 90%) |
| CMYK | cmyk(19%, 6%, 0%, 0%) |
| LAB | lab(92.6 -7.4 -11.3) |
| LCH | lch(92.6 13.5 236.7) |
| OKLCH | oklch(0.933 0.041 228.6) |
Copy-ready code
/* CSS */
color: #ceefff;
background-color: #ceefff;
/* Tailwind (arbitrary) */
class="text-[#ceefff] bg-[#ceefff]"
/* SCSS */
$brand: #ceefff;
/* SwiftUI */
Color(red: 0.808, green: 0.937, blue: 1.000)
/* Android */
Color.parseColor("#ceefff")Accessibility — WCAG contrast
Aa
#ceefff on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceefff on black: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green93.7%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta6.3%
Yellow0.0%
Key (black)0.0%
Color previews
#ceefff text on a black background
contrast 17.41:1
Card sample
#ceefff text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceefff;
Background color
Panel with #ceefff background
background-color: #ceefff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceefff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 239, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 239, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceefff; background: linear-gradient(135deg, #ceefff, #CECEFF);