#cbcfe2
a light, soft blue · warm · closest name: lavender
RGB
203, 207, 226
HSL
230°, 28%, 84%
CMYK
10, 8, 0, 11
Luminance
0.6281
Every format
| HEX | #cbcfe2 |
| RGB | rgb(203, 207, 226) |
| HSL | hsl(230, 28%, 84%) |
| CMYK | cmyk(10%, 8%, 0%, 11%) |
| LAB | lab(83.3 2.3 -9.8) |
| LCH | lch(83.3 10.1 283.1) |
| OKLCH | oklch(0.857 0.027 276.4) |
Copy-ready code
/* CSS */
color: #cbcfe2;
background-color: #cbcfe2;
/* Tailwind (arbitrary) */
class="text-[#cbcfe2] bg-[#cbcfe2]"
/* SCSS */
$brand: #cbcfe2;
/* SwiftUI */
Color(red: 0.796, green: 0.812, blue: 0.886)
/* Android */
Color.parseColor("#cbcfe2")Accessibility — WCAG contrast
Aa
#cbcfe2 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbcfe2 on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green81.2%
Blue88.6%
CMYK percentages
Cyan10.2%
Magenta8.4%
Yellow0.0%
Key (black)11.4%
Color previews
#cbcfe2 text on a black background
contrast 13.56:1
Card sample
#cbcfe2 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbcfe2;
Background color
Panel with #cbcfe2 background
background-color: #cbcfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbcfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 207, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 207, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbcfe2; background: linear-gradient(135deg, #cbcfe2, #D6CBE2);