#c2ccf0
a pale, vivid blue · warm · closest name: lavender
RGB
194, 204, 240
HSL
227°, 61%, 85%
CMYK
19, 15, 0, 6
Luminance
0.6095
Every format
| HEX | #c2ccf0 |
| RGB | rgb(194, 204, 240) |
| HSL | hsl(227, 61%, 85%) |
| CMYK | cmyk(19%, 15%, 0%, 6%) |
| LAB | lab(82.3 4.0 -18.9) |
| LCH | lch(82.3 19.3 281.9) |
| OKLCH | oklch(0.849 0.051 273.0) |
Copy-ready code
/* CSS */
color: #c2ccf0;
background-color: #c2ccf0;
/* Tailwind (arbitrary) */
class="text-[#c2ccf0] bg-[#c2ccf0]"
/* SCSS */
$brand: #c2ccf0;
/* SwiftUI */
Color(red: 0.761, green: 0.800, blue: 0.941)
/* Android */
Color.parseColor("#c2ccf0")Accessibility — WCAG contrast
Aa
#c2ccf0 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ccf0 on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green80.0%
Blue94.1%
CMYK percentages
Cyan19.2%
Magenta15.0%
Yellow0.0%
Key (black)5.9%
Color previews
#c2ccf0 text on a black background
contrast 13.19:1
Card sample
#c2ccf0 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ccf0;
Background color
Panel with #c2ccf0 background
background-color: #c2ccf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ccf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 204, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 204, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ccf0; background: linear-gradient(135deg, #c2ccf0, #D7C2F0);