#b2eeee
a light, vivid cyan · cool · closest name: skyblue
RGB
178, 238, 238
HSL
180°, 64%, 82%
CMYK
25, 0, 0, 7
Luminance
0.7679
Every format
| HEX | #b2eeee |
| RGB | rgb(178, 238, 238) |
| HSL | hsl(180, 64%, 82%) |
| CMYK | cmyk(25%, 0%, 0%, 7%) |
| LAB | lab(90.2 -18.8 -6.1) |
| LCH | lch(90.2 19.8 198.1) |
| OKLCH | oklch(0.909 0.060 196.1) |
Copy-ready code
/* CSS */
color: #b2eeee;
background-color: #b2eeee;
/* Tailwind (arbitrary) */
class="text-[#b2eeee] bg-[#b2eeee]"
/* SCSS */
$brand: #b2eeee;
/* SwiftUI */
Color(red: 0.698, green: 0.933, blue: 0.933)
/* Android */
Color.parseColor("#b2eeee")Accessibility — WCAG contrast
Aa
#b2eeee on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2eeee on black: 16.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green93.3%
Blue93.3%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow0.0%
Key (black)6.7%
Color previews
#b2eeee text on a black background
contrast 16.36:1
Card sample
#b2eeee text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2eeee;
Background color
Panel with #b2eeee background
background-color: #b2eeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2eeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 238, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 238, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2eeee; background: linear-gradient(135deg, #b2eeee, #B2C6EE);