#ccceff
a pale, electric blue · warm · closest name: lavender
RGB
204, 206, 255
HSL
238°, 100%, 90%
CMYK
20, 19, 0, 0
Luminance
0.6420
Every format
| HEX | #ccceff |
| RGB | rgb(204, 206, 255) |
| HSL | hsl(238, 100%, 90%) |
| CMYK | cmyk(20%, 19%, 0%, 0%) |
| LAB | lab(84.1 9.2 -24.1) |
| LCH | lch(84.1 25.9 290.9) |
| OKLCH | oklch(0.866 0.068 283.0) |
Copy-ready code
/* CSS */
color: #ccceff;
background-color: #ccceff;
/* Tailwind (arbitrary) */
class="text-[#ccceff] bg-[#ccceff]"
/* SCSS */
$brand: #ccceff;
/* SwiftUI */
Color(red: 0.800, green: 0.808, blue: 1.000)
/* Android */
Color.parseColor("#ccceff")Accessibility — WCAG contrast
Aa
#ccceff on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccceff on black: 13.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green80.8%
Blue100.0%
CMYK percentages
Cyan20.0%
Magenta19.2%
Yellow0.0%
Key (black)0.0%
Color previews
#ccceff text on a black background
contrast 13.84:1
Card sample
#ccceff text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccceff;
Background color
Panel with #ccceff background
background-color: #ccceff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccceff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 206, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 206, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccceff; background: linear-gradient(135deg, #ccceff, #ECCCFF);