#ccc0f9
a pale, electric blue · warm · closest name: plum
RGB
204, 192, 249
HSL
253°, 83%, 87%
CMYK
18, 23, 0, 2
Luminance
0.5738
Every format
| HEX | #ccc0f9 |
| RGB | rgb(204, 192, 249) |
| HSL | hsl(253, 83%, 87%) |
| CMYK | cmyk(18%, 23%, 0%, 2%) |
| LAB | lab(80.4 15.4 -26.6) |
| LCH | lch(80.4 30.7 300.2) |
| OKLCH | oklch(0.837 0.080 294.3) |
Copy-ready code
/* CSS */
color: #ccc0f9;
background-color: #ccc0f9;
/* Tailwind (arbitrary) */
class="text-[#ccc0f9] bg-[#ccc0f9]"
/* SCSS */
$brand: #ccc0f9;
/* SwiftUI */
Color(red: 0.800, green: 0.753, blue: 0.976)
/* Android */
Color.parseColor("#ccc0f9")Accessibility — WCAG contrast
Aa
#ccc0f9 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc0f9 on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green75.3%
Blue97.6%
CMYK percentages
Cyan18.1%
Magenta22.9%
Yellow0.0%
Key (black)2.4%
Color previews
#ccc0f9 text on a black background
contrast 12.48:1
Card sample
#ccc0f9 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc0f9;
Background color
Panel with #ccc0f9 background
background-color: #ccc0f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc0f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 192, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 192, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc0f9; background: linear-gradient(135deg, #ccc0f9, #F2C0F9);