#b4eeeb
a light, vivid cyan · cool · closest name: skyblue
RGB
180, 238, 235
HSL
177°, 63%, 82%
CMYK
24, 0, 1, 7
Luminance
0.7685
Every format
| HEX | #b4eeeb |
| RGB | rgb(180, 238, 235) |
| HSL | hsl(177, 63%, 82%) |
| CMYK | cmyk(24%, 0%, 1%, 7%) |
| LAB | lab(90.3 -18.9 -4.5) |
| LCH | lch(90.3 19.4 193.5) |
| OKLCH | oklch(0.909 0.059 192.2) |
Copy-ready code
/* CSS */
color: #b4eeeb;
background-color: #b4eeeb;
/* Tailwind (arbitrary) */
class="text-[#b4eeeb] bg-[#b4eeeb]"
/* SCSS */
$brand: #b4eeeb;
/* SwiftUI */
Color(red: 0.706, green: 0.933, blue: 0.922)
/* Android */
Color.parseColor("#b4eeeb")Accessibility — WCAG contrast
Aa
#b4eeeb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4eeeb on black: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green93.3%
Blue92.2%
CMYK percentages
Cyan24.4%
Magenta0.0%
Yellow1.3%
Key (black)6.7%
Color previews
#b4eeeb text on a black background
contrast 16.37:1
Card sample
#b4eeeb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4eeeb;
Background color
Panel with #b4eeeb background
background-color: #b4eeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4eeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 238, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 238, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4eeeb; background: linear-gradient(135deg, #b4eeeb, #B4CAEE);