#c5cee2
a light, soft blue · cool · closest name: lavender
RGB
197, 206, 226
HSL
221°, 33%, 83%
CMYK
13, 9, 0, 11
Luminance
0.6150
Every format
| HEX | #c5cee2 |
| RGB | rgb(197, 206, 226) |
| HSL | hsl(221, 33%, 83%) |
| CMYK | cmyk(13%, 9%, 0%, 11%) |
| LAB | lab(82.7 0.9 -10.9) |
| LCH | lch(82.7 11.0 274.6) |
| OKLCH | oklch(0.851 0.029 266.3) |
Copy-ready code
/* CSS */
color: #c5cee2;
background-color: #c5cee2;
/* Tailwind (arbitrary) */
class="text-[#c5cee2] bg-[#c5cee2]"
/* SCSS */
$brand: #c5cee2;
/* SwiftUI */
Color(red: 0.773, green: 0.808, blue: 0.886)
/* Android */
Color.parseColor("#c5cee2")Accessibility — WCAG contrast
Aa
#c5cee2 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5cee2 on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green80.8%
Blue88.6%
CMYK percentages
Cyan12.8%
Magenta8.8%
Yellow0.0%
Key (black)11.4%
Color previews
#c5cee2 text on a black background
contrast 13.30:1
Card sample
#c5cee2 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5cee2;
Background color
Panel with #c5cee2 background
background-color: #c5cee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5cee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 206, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 206, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5cee2; background: linear-gradient(135deg, #c5cee2, #CFC5E2);