#b5f5eb
a light, electric cyan · cool · closest name: ivory
RGB
181, 245, 235
HSL
171°, 76%, 84%
CMYK
26, 0, 4, 4
Luminance
0.8113
Every format
| HEX | #b5f5eb |
| RGB | rgb(181, 245, 235) |
| HSL | hsl(171, 76%, 84%) |
| CMYK | cmyk(26%, 0%, 4%, 4%) |
| LAB | lab(92.2 -22.0 -1.7) |
| LCH | lch(92.2 22.1 184.3) |
| OKLCH | oklch(0.924 0.066 184.2) |
Copy-ready code
/* CSS */
color: #b5f5eb;
background-color: #b5f5eb;
/* Tailwind (arbitrary) */
class="text-[#b5f5eb] bg-[#b5f5eb]"
/* SCSS */
$brand: #b5f5eb;
/* SwiftUI */
Color(red: 0.710, green: 0.961, blue: 0.922)
/* Android */
Color.parseColor("#b5f5eb")Accessibility — WCAG contrast
Aa
#b5f5eb on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5f5eb on black: 17.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green96.1%
Blue92.2%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow4.1%
Key (black)3.9%
Color previews
#b5f5eb text on a black background
contrast 17.23:1
Card sample
#b5f5eb text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5f5eb;
Background color
Panel with #b5f5eb background
background-color: #b5f5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5f5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 245, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 245, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5f5eb; background: linear-gradient(135deg, #b5f5eb, #B5D4F5);