#c2d7f6
a pale, vivid blue · cool · closest name: lavender
RGB
194, 215, 246
HSL
216°, 74%, 86%
CMYK
21, 13, 0, 4
Luminance
0.6672
Every format
| HEX | #c2d7f6 |
| RGB | rgb(194, 215, 246) |
| HSL | hsl(216, 74%, 86%) |
| CMYK | cmyk(21%, 13%, 0%, 4%) |
| LAB | lab(85.4 -0.6 -17.5) |
| LCH | lch(85.4 17.5 268.2) |
| OKLCH | oklch(0.874 0.049 258.0) |
Copy-ready code
/* CSS */
color: #c2d7f6;
background-color: #c2d7f6;
/* Tailwind (arbitrary) */
class="text-[#c2d7f6] bg-[#c2d7f6]"
/* SCSS */
$brand: #c2d7f6;
/* SwiftUI */
Color(red: 0.761, green: 0.843, blue: 0.965)
/* Android */
Color.parseColor("#c2d7f6")Accessibility — WCAG contrast
Aa
#c2d7f6 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2d7f6 on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green84.3%
Blue96.5%
CMYK percentages
Cyan21.1%
Magenta12.6%
Yellow0.0%
Key (black)3.5%
Color previews
#c2d7f6 text on a black background
contrast 14.34:1
Card sample
#c2d7f6 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2d7f6;
Background color
Panel with #c2d7f6 background
background-color: #c2d7f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2d7f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 215, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 215, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2d7f6; background: linear-gradient(135deg, #c2d7f6, #D0C2F6);