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