#b4ebeb
a light, vivid cyan · cool · closest name: skyblue
RGB
180, 235, 235
HSL
180°, 58%, 81%
CMYK
23, 0, 0, 8
Luminance
0.7512
Every format
| HEX | #b4ebeb |
| RGB | rgb(180, 235, 235) |
| HSL | hsl(180, 58%, 81%) |
| CMYK | cmyk(23%, 0%, 0%, 8%) |
| LAB | lab(89.5 -17.4 -5.7) |
| LCH | lch(89.5 18.3 198.2) |
| OKLCH | oklch(0.902 0.056 196.2) |
Copy-ready code
/* CSS */
color: #b4ebeb;
background-color: #b4ebeb;
/* Tailwind (arbitrary) */
class="text-[#b4ebeb] bg-[#b4ebeb]"
/* SCSS */
$brand: #b4ebeb;
/* SwiftUI */
Color(red: 0.706, green: 0.922, blue: 0.922)
/* Android */
Color.parseColor("#b4ebeb")Accessibility — WCAG contrast
Aa
#b4ebeb on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4ebeb on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green92.2%
Blue92.2%
CMYK percentages
Cyan23.4%
Magenta0.0%
Yellow0.0%
Key (black)7.8%
Color previews
#b4ebeb text on a black background
contrast 16.02:1
Card sample
#b4ebeb text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4ebeb;
Background color
Panel with #b4ebeb background
background-color: #b4ebeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4ebeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 235, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 235, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4ebeb; background: linear-gradient(135deg, #b4ebeb, #B4C6EB);