#b7c9e2
a light, soft blue · cool · closest name: lavender
RGB
183, 201, 226
HSL
215°, 43%, 80%
CMYK
19, 11, 0, 11
Luminance
0.5733
Every format
| HEX | #b7c9e2 |
| RGB | rgb(183, 201, 226) |
| HSL | hsl(215, 43%, 80%) |
| CMYK | cmyk(19%, 11%, 0%, 11%) |
| LAB | lab(80.4 -0.9 -14.4) |
| LCH | lch(80.4 14.5 266.4) |
| OKLCH | oklch(0.830 0.040 256.6) |
Copy-ready code
/* CSS */
color: #b7c9e2;
background-color: #b7c9e2;
/* Tailwind (arbitrary) */
class="text-[#b7c9e2] bg-[#b7c9e2]"
/* SCSS */
$brand: #b7c9e2;
/* SwiftUI */
Color(red: 0.718, green: 0.788, blue: 0.886)
/* Android */
Color.parseColor("#b7c9e2")Accessibility — WCAG contrast
Aa
#b7c9e2 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7c9e2 on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green78.8%
Blue88.6%
CMYK percentages
Cyan19.0%
Magenta11.1%
Yellow0.0%
Key (black)11.4%
Color previews
#b7c9e2 text on a black background
contrast 12.47:1
Card sample
#b7c9e2 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7c9e2;
Background color
Panel with #b7c9e2 background
background-color: #b7c9e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7c9e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 201, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 201, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7c9e2; background: linear-gradient(135deg, #b7c9e2, #C2B7E2);