#b7c2ff
a pale, electric blue · warm · closest name: lavender
RGB
183, 194, 255
HSL
231°, 100%, 86%
CMYK
28, 24, 0, 0
Luminance
0.5587
Every format
| HEX | #b7c2ff |
| RGB | rgb(183, 194, 255) |
| HSL | hsl(231, 100%, 86%) |
| CMYK | cmyk(28%, 24%, 0%, 0%) |
| LAB | lab(79.5 9.5 -31.2) |
| LCH | lch(79.5 32.6 286.9) |
| OKLCH | oklch(0.827 0.087 276.4) |
Copy-ready code
/* CSS */
color: #b7c2ff;
background-color: #b7c2ff;
/* Tailwind (arbitrary) */
class="text-[#b7c2ff] bg-[#b7c2ff]"
/* SCSS */
$brand: #b7c2ff;
/* SwiftUI */
Color(red: 0.718, green: 0.761, blue: 1.000)
/* Android */
Color.parseColor("#b7c2ff")Accessibility — WCAG contrast
Aa
#b7c2ff on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7c2ff on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green76.1%
Blue100.0%
CMYK percentages
Cyan28.2%
Magenta23.9%
Yellow0.0%
Key (black)0.0%
Color previews
#b7c2ff text on a black background
contrast 12.17:1
Card sample
#b7c2ff text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7c2ff;
Background color
Panel with #b7c2ff background
background-color: #b7c2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7c2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 194, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 194, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7c2ff; background: linear-gradient(135deg, #b7c2ff, #DCB7FF);