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