#b5f2eb
a light, vivid cyan · cool · closest name: ivory
RGB
181, 242, 235
HSL
173°, 70%, 83%
CMYK
25, 0, 3, 5
Luminance
0.7933
Every format
| HEX | #b5f2eb |
| RGB | rgb(181, 242, 235) |
| HSL | hsl(173, 70%, 83%) |
| CMYK | cmyk(25%, 0%, 3%, 5%) |
| LAB | lab(91.4 -20.5 -2.9) |
| LCH | lch(91.4 20.7 187.9) |
| OKLCH | oklch(0.918 0.062 187.4) |
Copy-ready code
/* CSS */
color: #b5f2eb;
background-color: #b5f2eb;
/* Tailwind (arbitrary) */
class="text-[#b5f2eb] bg-[#b5f2eb]"
/* SCSS */
$brand: #b5f2eb;
/* SwiftUI */
Color(red: 0.710, green: 0.949, blue: 0.922)
/* Android */
Color.parseColor("#b5f2eb")Accessibility — WCAG contrast
Aa
#b5f2eb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5f2eb on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green94.9%
Blue92.2%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow2.9%
Key (black)5.1%
Color previews
#b5f2eb text on a black background
contrast 16.87:1
Card sample
#b5f2eb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5f2eb;
Background color
Panel with #b5f2eb background
background-color: #b5f2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5f2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 242, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 242, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5f2eb; background: linear-gradient(135deg, #b5f2eb, #B5D0F2);