#bceeaf
a light, vivid green · cool · closest name: aquamarine
RGB
188, 238, 175
HSL
108°, 65%, 81%
CMYK
21, 0, 27, 7
Luminance
0.7494
Every format
| HEX | #bceeaf |
| RGB | rgb(188, 238, 175) |
| HSL | hsl(108, 65%, 81%) |
| CMYK | cmyk(21%, 0%, 27%, 7%) |
| LAB | lab(89.4 -27.5 25.4) |
| LCH | lch(89.4 37.5 137.2) |
| OKLCH | oklch(0.898 0.099 139.3) |
Copy-ready code
/* CSS */
color: #bceeaf;
background-color: #bceeaf;
/* Tailwind (arbitrary) */
class="text-[#bceeaf] bg-[#bceeaf]"
/* SCSS */
$brand: #bceeaf;
/* SwiftUI */
Color(red: 0.737, green: 0.933, blue: 0.686)
/* Android */
Color.parseColor("#bceeaf")Accessibility — WCAG contrast
Aa
#bceeaf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bceeaf on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green93.3%
Blue68.6%
CMYK percentages
Cyan21.0%
Magenta0.0%
Yellow26.5%
Key (black)6.7%
Color previews
#bceeaf text on a black background
contrast 15.99:1
Card sample
#bceeaf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bceeaf;
Background color
Panel with #bceeaf background
background-color: #bceeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bceeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 238, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 238, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bceeaf; background: linear-gradient(135deg, #bceeaf, #AFEECC);