#b1cff2
a light, vivid blue · cool · closest name: skyblue
RGB
177, 207, 242
HSL
212°, 71%, 82%
CMYK
27, 15, 0, 5
Luminance
0.6038
Every format
| HEX | #b1cff2 |
| RGB | rgb(177, 207, 242) |
| HSL | hsl(212, 71%, 82%) |
| CMYK | cmyk(27%, 15%, 0%, 5%) |
| LAB | lab(82.0 -2.3 -20.5) |
| LCH | lch(82.0 20.6 263.7) |
| OKLCH | oklch(0.844 0.059 252.5) |
Copy-ready code
/* CSS */
color: #b1cff2;
background-color: #b1cff2;
/* Tailwind (arbitrary) */
class="text-[#b1cff2] bg-[#b1cff2]"
/* SCSS */
$brand: #b1cff2;
/* SwiftUI */
Color(red: 0.694, green: 0.812, blue: 0.949)
/* Android */
Color.parseColor("#b1cff2")Accessibility — WCAG contrast
Aa
#b1cff2 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1cff2 on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green81.2%
Blue94.9%
CMYK percentages
Cyan26.9%
Magenta14.5%
Yellow0.0%
Key (black)5.1%
Color previews
#b1cff2 text on a black background
contrast 13.08:1
Card sample
#b1cff2 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1cff2;
Background color
Panel with #b1cff2 background
background-color: #b1cff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1cff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 207, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 207, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1cff2; background: linear-gradient(135deg, #b1cff2, #BEB1F2);