#bceeb2
a light, vivid green · cool · closest name: aquamarine
RGB
188, 238, 178
HSL
110°, 64%, 82%
CMYK
21, 0, 25, 7
Luminance
0.7505
Every format
| HEX | #bceeb2 |
| RGB | rgb(188, 238, 178) |
| HSL | hsl(110, 64%, 82%) |
| CMYK | cmyk(21%, 0%, 25%, 7%) |
| LAB | lab(89.4 -27.0 24.0) |
| LCH | lch(89.4 36.1 138.4) |
| OKLCH | oklch(0.899 0.096 140.4) |
Copy-ready code
/* CSS */
color: #bceeb2;
background-color: #bceeb2;
/* Tailwind (arbitrary) */
class="text-[#bceeb2] bg-[#bceeb2]"
/* SCSS */
$brand: #bceeb2;
/* SwiftUI */
Color(red: 0.737, green: 0.933, blue: 0.698)
/* Android */
Color.parseColor("#bceeb2")Accessibility — WCAG contrast
Aa
#bceeb2 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bceeb2 on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green93.3%
Blue69.8%
CMYK percentages
Cyan21.0%
Magenta0.0%
Yellow25.2%
Key (black)6.7%
Color previews
#bceeb2 text on a black background
contrast 16.01:1
Card sample
#bceeb2 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bceeb2;
Background color
Panel with #bceeb2 background
background-color: #bceeb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bceeb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 238, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 238, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bceeb2; background: linear-gradient(135deg, #bceeb2, #B2EED0);