#b1ebda
a light, vivid cyan · cool · closest name: beige
RGB
177, 235, 218
HSL
162°, 59%, 81%
CMYK
25, 0, 7, 8
Luminance
0.7383
Every format
| HEX | #b1ebda |
| RGB | rgb(177, 235, 218) |
| HSL | hsl(162, 59%, 81%) |
| CMYK | cmyk(25%, 0%, 7%, 8%) |
| LAB | lab(88.8 -21.8 2.3) |
| LCH | lch(88.8 21.9 174.0) |
| OKLCH | oklch(0.896 0.063 174.8) |
Copy-ready code
/* CSS */
color: #b1ebda;
background-color: #b1ebda;
/* Tailwind (arbitrary) */
class="text-[#b1ebda] bg-[#b1ebda]"
/* SCSS */
$brand: #b1ebda;
/* SwiftUI */
Color(red: 0.694, green: 0.922, blue: 0.855)
/* Android */
Color.parseColor("#b1ebda")Accessibility — WCAG contrast
Aa
#b1ebda on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1ebda on black: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green92.2%
Blue85.5%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow7.2%
Key (black)7.8%
Color previews
#b1ebda text on a black background
contrast 15.77:1
Card sample
#b1ebda text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1ebda;
Background color
Panel with #b1ebda background
background-color: #b1ebda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1ebda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 235, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 235, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1ebda; background: linear-gradient(135deg, #b1ebda, #B1D5EB);