#c2ccf2
a pale, vivid blue · warm · closest name: lavender
RGB
194, 204, 242
HSL
228°, 65%, 86%
CMYK
20, 16, 0, 5
Luminance
0.6107
Every format
| HEX | #c2ccf2 |
| RGB | rgb(194, 204, 242) |
| HSL | hsl(228, 65%, 86%) |
| CMYK | cmyk(20%, 16%, 0%, 5%) |
| LAB | lab(82.4 4.4 -19.8) |
| LCH | lch(82.4 20.3 282.5) |
| OKLCH | oklch(0.850 0.054 273.6) |
Copy-ready code
/* CSS */
color: #c2ccf2;
background-color: #c2ccf2;
/* Tailwind (arbitrary) */
class="text-[#c2ccf2] bg-[#c2ccf2]"
/* SCSS */
$brand: #c2ccf2;
/* SwiftUI */
Color(red: 0.761, green: 0.800, blue: 0.949)
/* Android */
Color.parseColor("#c2ccf2")Accessibility — WCAG contrast
Aa
#c2ccf2 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ccf2 on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green80.0%
Blue94.9%
CMYK percentages
Cyan19.8%
Magenta15.7%
Yellow0.0%
Key (black)5.1%
Color previews
#c2ccf2 text on a black background
contrast 13.21:1
Card sample
#c2ccf2 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ccf2;
Background color
Panel with #c2ccf2 background
background-color: #c2ccf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ccf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 204, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 204, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ccf2; background: linear-gradient(135deg, #c2ccf2, #D8C2F2);