#b5ebdb
a light, vivid cyan · cool · closest name: beige
RGB
181, 235, 219
HSL
162°, 57%, 82%
CMYK
23, 0, 7, 8
Luminance
0.7435
Every format
| HEX | #b5ebdb |
| RGB | rgb(181, 235, 219) |
| HSL | hsl(162, 57%, 82%) |
| CMYK | cmyk(23%, 0%, 7%, 8%) |
| LAB | lab(89.1 -20.4 2.1) |
| LCH | lch(89.1 20.5 174.0) |
| OKLCH | oklch(0.898 0.059 174.8) |
Copy-ready code
/* CSS */
color: #b5ebdb;
background-color: #b5ebdb;
/* Tailwind (arbitrary) */
class="text-[#b5ebdb] bg-[#b5ebdb]"
/* SCSS */
$brand: #b5ebdb;
/* SwiftUI */
Color(red: 0.710, green: 0.922, blue: 0.859)
/* Android */
Color.parseColor("#b5ebdb")Accessibility — WCAG contrast
Aa
#b5ebdb on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5ebdb on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green92.2%
Blue85.9%
CMYK percentages
Cyan23.0%
Magenta0.0%
Yellow6.8%
Key (black)7.8%
Color previews
#b5ebdb text on a black background
contrast 15.87:1
Card sample
#b5ebdb text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5ebdb;
Background color
Panel with #b5ebdb background
background-color: #b5ebdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5ebdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 235, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 235, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5ebdb; background: linear-gradient(135deg, #b5ebdb, #B5D7EB);