#b3eedb
a light, vivid cyan · cool · closest name: beige
RGB
179, 238, 219
HSL
161°, 63%, 82%
CMYK
25, 0, 8, 7
Luminance
0.7585
Every format
| HEX | #b3eedb |
| RGB | rgb(179, 238, 219) |
| HSL | hsl(161, 63%, 82%) |
| CMYK | cmyk(25%, 0%, 8%, 7%) |
| LAB | lab(89.8 -22.5 3.1) |
| LCH | lch(89.8 22.7 172.0) |
| OKLCH | oklch(0.904 0.065 173.0) |
Copy-ready code
/* CSS */
color: #b3eedb;
background-color: #b3eedb;
/* Tailwind (arbitrary) */
class="text-[#b3eedb] bg-[#b3eedb]"
/* SCSS */
$brand: #b3eedb;
/* SwiftUI */
Color(red: 0.702, green: 0.933, blue: 0.859)
/* Android */
Color.parseColor("#b3eedb")Accessibility — WCAG contrast
Aa
#b3eedb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3eedb on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green93.3%
Blue85.9%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow8.0%
Key (black)6.7%
Color previews
#b3eedb text on a black background
contrast 16.17:1
Card sample
#b3eedb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3eedb;
Background color
Panel with #b3eedb background
background-color: #b3eedb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3eedb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 238, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 238, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3eedb; background: linear-gradient(135deg, #b3eedb, #B3DAEE);