#c5cbf0
a pale, vivid blue · warm · closest name: lavender
RGB
197, 203, 240
HSL
232°, 59%, 86%
CMYK
18, 15, 0, 6
Luminance
0.6087
Every format
| HEX | #c5cbf0 |
| RGB | rgb(197, 203, 240) |
| HSL | hsl(232, 59%, 86%) |
| CMYK | cmyk(18%, 15%, 0%, 6%) |
| LAB | lab(82.3 5.4 -18.9) |
| LCH | lch(82.3 19.6 286.0) |
| OKLCH | oklch(0.850 0.052 278.0) |
Copy-ready code
/* CSS */
color: #c5cbf0;
background-color: #c5cbf0;
/* Tailwind (arbitrary) */
class="text-[#c5cbf0] bg-[#c5cbf0]"
/* SCSS */
$brand: #c5cbf0;
/* SwiftUI */
Color(red: 0.773, green: 0.796, blue: 0.941)
/* Android */
Color.parseColor("#c5cbf0")Accessibility — WCAG contrast
Aa
#c5cbf0 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5cbf0 on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green79.6%
Blue94.1%
CMYK percentages
Cyan17.9%
Magenta15.4%
Yellow0.0%
Key (black)5.9%
Color previews
#c5cbf0 text on a black background
contrast 13.17:1
Card sample
#c5cbf0 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5cbf0;
Background color
Panel with #c5cbf0 background
background-color: #c5cbf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5cbf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 203, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 203, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5cbf0; background: linear-gradient(135deg, #c5cbf0, #DCC5F0);