#c2ccff
a pale, electric blue · warm · closest name: lavender
RGB
194, 204, 255
HSL
230°, 100%, 88%
CMYK
24, 20, 0, 0
Luminance
0.6188
Every format
| HEX | #c2ccff |
| RGB | rgb(194, 204, 255) |
| HSL | hsl(230, 100%, 88%) |
| CMYK | cmyk(24%, 20%, 0%, 0%) |
| LAB | lab(82.8 7.3 -26.1) |
| LCH | lch(82.8 27.1 285.7) |
| OKLCH | oklch(0.855 0.072 276.1) |
Copy-ready code
/* CSS */
color: #c2ccff;
background-color: #c2ccff;
/* Tailwind (arbitrary) */
class="text-[#c2ccff] bg-[#c2ccff]"
/* SCSS */
$brand: #c2ccff;
/* SwiftUI */
Color(red: 0.761, green: 0.800, blue: 1.000)
/* Android */
Color.parseColor("#c2ccff")Accessibility — WCAG contrast
Aa
#c2ccff on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ccff on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green80.0%
Blue100.0%
CMYK percentages
Cyan23.9%
Magenta20.0%
Yellow0.0%
Key (black)0.0%
Color previews
#c2ccff text on a black background
contrast 13.38:1
Card sample
#c2ccff text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ccff;
Background color
Panel with #c2ccff background
background-color: #c2ccff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ccff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 204, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 204, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ccff; background: linear-gradient(135deg, #c2ccff, #E1C2FF);