#b2ffef
a light, electric cyan · cool · closest name: aquamarine
RGB
178, 255, 239
HSL
168°, 100%, 85%
CMYK
30, 0, 6, 0
Luminance
0.8722
Every format
| HEX | #b2ffef |
| RGB | rgb(178, 255, 239) |
| HSL | hsl(168, 100%, 85%) |
| CMYK | cmyk(30%, 0%, 6%, 0%) |
| LAB | lab(94.8 -26.8 0.1) |
| LCH | lch(94.8 26.8 179.8) |
| OKLCH | oklch(0.946 0.079 180.1) |
Copy-ready code
/* CSS */
color: #b2ffef;
background-color: #b2ffef;
/* Tailwind (arbitrary) */
class="text-[#b2ffef] bg-[#b2ffef]"
/* SCSS */
$brand: #b2ffef;
/* SwiftUI */
Color(red: 0.698, green: 1.000, blue: 0.937)
/* Android */
Color.parseColor("#b2ffef")Accessibility — WCAG contrast
Aa
#b2ffef on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ffef on black: 18.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green100.0%
Blue93.7%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow6.3%
Key (black)0.0%
Color previews
#b2ffef text on a black background
contrast 18.44:1
Card sample
#b2ffef text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ffef;
Background color
Panel with #b2ffef background
background-color: #b2ffef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ffef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 255, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 255, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ffef; background: linear-gradient(135deg, #b2ffef, #B2DCFF);