#bceeb4
a light, vivid green · cool · closest name: aquamarine
RGB
188, 238, 180
HSL
112°, 63%, 82%
CMYK
21, 0, 24, 7
Luminance
0.7514
Every format
| HEX | #bceeb4 |
| RGB | rgb(188, 238, 180) |
| HSL | hsl(112, 63%, 82%) |
| CMYK | cmyk(21%, 0%, 24%, 7%) |
| LAB | lab(89.5 -26.7 23.0) |
| LCH | lch(89.5 35.2 139.3) |
| OKLCH | oklch(0.900 0.093 141.2) |
Copy-ready code
/* CSS */
color: #bceeb4;
background-color: #bceeb4;
/* Tailwind (arbitrary) */
class="text-[#bceeb4] bg-[#bceeb4]"
/* SCSS */
$brand: #bceeb4;
/* SwiftUI */
Color(red: 0.737, green: 0.933, blue: 0.706)
/* Android */
Color.parseColor("#bceeb4")Accessibility — WCAG contrast
Aa
#bceeb4 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bceeb4 on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green93.3%
Blue70.6%
CMYK percentages
Cyan21.0%
Magenta0.0%
Yellow24.4%
Key (black)6.7%
Color previews
#bceeb4 text on a black background
contrast 16.03:1
Card sample
#bceeb4 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bceeb4;
Background color
Panel with #bceeb4 background
background-color: #bceeb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bceeb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 238, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 238, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bceeb4; background: linear-gradient(135deg, #bceeb4, #B4EED3);