#cccfef
a pale, vivid blue · warm · closest name: lavender
RGB
204, 207, 239
HSL
235°, 52%, 87%
CMYK
15, 13, 0, 6
Luminance
0.6370
Every format
| HEX | #cccfef |
| RGB | rgb(204, 207, 239) |
| HSL | hsl(235, 52%, 87%) |
| CMYK | cmyk(15%, 13%, 0%, 6%) |
| LAB | lab(83.8 5.3 -16.1) |
| LCH | lch(83.8 16.9 288.2) |
| OKLCH | oklch(0.862 0.044 281.2) |
Copy-ready code
/* CSS */
color: #cccfef;
background-color: #cccfef;
/* Tailwind (arbitrary) */
class="text-[#cccfef] bg-[#cccfef]"
/* SCSS */
$brand: #cccfef;
/* SwiftUI */
Color(red: 0.800, green: 0.812, blue: 0.937)
/* Android */
Color.parseColor("#cccfef")Accessibility — WCAG contrast
Aa
#cccfef on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cccfef on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green81.2%
Blue93.7%
CMYK percentages
Cyan14.6%
Magenta13.4%
Yellow0.0%
Key (black)6.3%
Color previews
#cccfef text on a black background
contrast 13.74:1
Card sample
#cccfef text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cccfef;
Background color
Panel with #cccfef background
background-color: #cccfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cccfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 207, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 207, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cccfef; background: linear-gradient(135deg, #cccfef, #E0CCEF);