#b1e0e0
a light, soft cyan · cool · closest name: skyblue
RGB
177, 224, 224
HSL
180°, 43%, 79%
CMYK
21, 0, 0, 12
Luminance
0.6804
Every format
| HEX | #b1e0e0 |
| RGB | rgb(177, 224, 224) |
| HSL | hsl(180, 43%, 79%) |
| CMYK | cmyk(21%, 0%, 0%, 12%) |
| LAB | lab(86.0 -15.1 -5.0) |
| LCH | lch(86.0 15.9 198.3) |
| OKLCH | oklch(0.874 0.049 196.3) |
Copy-ready code
/* CSS */
color: #b1e0e0;
background-color: #b1e0e0;
/* Tailwind (arbitrary) */
class="text-[#b1e0e0] bg-[#b1e0e0]"
/* SCSS */
$brand: #b1e0e0;
/* SwiftUI */
Color(red: 0.694, green: 0.878, blue: 0.878)
/* Android */
Color.parseColor("#b1e0e0")Accessibility — WCAG contrast
Aa
#b1e0e0 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1e0e0 on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green87.8%
Blue87.8%
CMYK percentages
Cyan21.0%
Magenta0.0%
Yellow0.0%
Key (black)12.2%
Color previews
#b1e0e0 text on a black background
contrast 14.61:1
Card sample
#b1e0e0 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1e0e0;
Background color
Panel with #b1e0e0 background
background-color: #b1e0e0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1e0e0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 224, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 224, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1e0e0; background: linear-gradient(135deg, #b1e0e0, #B1C1E0);