#c2ccf4
a pale, vivid blue · warm · closest name: lavender
RGB
194, 204, 244
HSL
228°, 69%, 86%
CMYK
21, 16, 0, 4
Luminance
0.6119
Every format
| HEX | #c2ccf4 |
| RGB | rgb(194, 204, 244) |
| HSL | hsl(228, 69%, 86%) |
| CMYK | cmyk(21%, 16%, 0%, 4%) |
| LAB | lab(82.5 4.8 -20.8) |
| LCH | lch(82.5 21.4 283.1) |
| OKLCH | oklch(0.851 0.057 274.1) |
Copy-ready code
/* CSS */
color: #c2ccf4;
background-color: #c2ccf4;
/* Tailwind (arbitrary) */
class="text-[#c2ccf4] bg-[#c2ccf4]"
/* SCSS */
$brand: #c2ccf4;
/* SwiftUI */
Color(red: 0.761, green: 0.800, blue: 0.957)
/* Android */
Color.parseColor("#c2ccf4")Accessibility — WCAG contrast
Aa
#c2ccf4 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ccf4 on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green80.0%
Blue95.7%
CMYK percentages
Cyan20.5%
Magenta16.4%
Yellow0.0%
Key (black)4.3%
Color previews
#c2ccf4 text on a black background
contrast 13.24:1
Card sample
#c2ccf4 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ccf4;
Background color
Panel with #c2ccf4 background
background-color: #c2ccf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ccf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 204, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 204, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ccf4; background: linear-gradient(135deg, #c2ccf4, #D9C2F4);