#b3ebda
a light, vivid cyan · cool · closest name: beige
RGB
179, 235, 218
HSL
162°, 58%, 81%
CMYK
24, 0, 7, 8
Luminance
0.7406
Every format
| HEX | #b3ebda |
| RGB | rgb(179, 235, 218) |
| HSL | hsl(162, 58%, 81%) |
| CMYK | cmyk(24%, 0%, 7%, 8%) |
| LAB | lab(89.0 -21.2 2.5) |
| LCH | lch(89.0 21.3 173.4) |
| OKLCH | oklch(0.897 0.062 174.2) |
Copy-ready code
/* CSS */
color: #b3ebda;
background-color: #b3ebda;
/* Tailwind (arbitrary) */
class="text-[#b3ebda] bg-[#b3ebda]"
/* SCSS */
$brand: #b3ebda;
/* SwiftUI */
Color(red: 0.702, green: 0.922, blue: 0.855)
/* Android */
Color.parseColor("#b3ebda")Accessibility — WCAG contrast
Aa
#b3ebda on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3ebda on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green92.2%
Blue85.5%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow7.2%
Key (black)7.8%
Color previews
#b3ebda text on a black background
contrast 15.81:1
Card sample
#b3ebda text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3ebda;
Background color
Panel with #b3ebda background
background-color: #b3ebda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3ebda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 235, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 235, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3ebda; background: linear-gradient(135deg, #b3ebda, #B3D7EB);