#b1c2df
a light, soft blue · cool · closest name: lavender
RGB
177, 194, 223
HSL
218°, 42%, 78%
CMYK
21, 13, 0, 13
Luminance
0.5326
Every format
| HEX | #b1c2df |
| RGB | rgb(177, 194, 223) |
| HSL | hsl(218, 42%, 78%) |
| CMYK | cmyk(21%, 13%, 0%, 13%) |
| LAB | lab(78.0 0.3 -16.4) |
| LCH | lch(78.0 16.4 271.1) |
| OKLCH | oklch(0.811 0.045 261.1) |
Copy-ready code
/* CSS */
color: #b1c2df;
background-color: #b1c2df;
/* Tailwind (arbitrary) */
class="text-[#b1c2df] bg-[#b1c2df]"
/* SCSS */
$brand: #b1c2df;
/* SwiftUI */
Color(red: 0.694, green: 0.761, blue: 0.875)
/* Android */
Color.parseColor("#b1c2df")Accessibility — WCAG contrast
Aa
#b1c2df on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1c2df on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green76.1%
Blue87.5%
CMYK percentages
Cyan20.6%
Magenta13.0%
Yellow0.0%
Key (black)12.5%
Color previews
#b1c2df text on a black background
contrast 11.65:1
Card sample
#b1c2df text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1c2df;
Background color
Panel with #b1c2df background
background-color: #b1c2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1c2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 194, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 194, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1c2df; background: linear-gradient(135deg, #b1c2df, #BFB1DF);