#b3ebdf
a light, vivid cyan · cool · closest name: beige
RGB
179, 235, 223
HSL
167°, 58%, 81%
CMYK
24, 0, 5, 8
Luminance
0.7433
Every format
| HEX | #b3ebdf |
| RGB | rgb(179, 235, 223) |
| HSL | hsl(167, 58%, 81%) |
| CMYK | cmyk(24%, 0%, 5%, 8%) |
| LAB | lab(89.1 -20.2 0.0) |
| LCH | lch(89.1 20.2 179.9) |
| OKLCH | oklch(0.898 0.059 180.3) |
Copy-ready code
/* CSS */
color: #b3ebdf;
background-color: #b3ebdf;
/* Tailwind (arbitrary) */
class="text-[#b3ebdf] bg-[#b3ebdf]"
/* SCSS */
$brand: #b3ebdf;
/* SwiftUI */
Color(red: 0.702, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#b3ebdf")Accessibility — WCAG contrast
Aa
#b3ebdf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3ebdf on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green92.2%
Blue87.5%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#b3ebdf text on a black background
contrast 15.87:1
Card sample
#b3ebdf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3ebdf;
Background color
Panel with #b3ebdf background
background-color: #b3ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3ebdf; background: linear-gradient(135deg, #b3ebdf, #B3D2EB);