#bce4af
a light, vivid green · cool · closest name: beige
RGB
188, 228, 175
HSL
105°, 50%, 79%
CMYK
18, 0, 23, 11
Luminance
0.6927
Every format
| HEX | #bce4af |
| RGB | rgb(188, 228, 175) |
| HSL | hsl(105, 50%, 79%) |
| CMYK | cmyk(18%, 0%, 23%, 11%) |
| LAB | lab(86.6 -22.7 21.7) |
| LCH | lch(86.6 31.4 136.3) |
| OKLCH | oklch(0.877 0.083 138.1) |
Copy-ready code
/* CSS */
color: #bce4af;
background-color: #bce4af;
/* Tailwind (arbitrary) */
class="text-[#bce4af] bg-[#bce4af]"
/* SCSS */
$brand: #bce4af;
/* SwiftUI */
Color(red: 0.737, green: 0.894, blue: 0.686)
/* Android */
Color.parseColor("#bce4af")Accessibility — WCAG contrast
Aa
#bce4af on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bce4af on black: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green89.4%
Blue68.6%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow23.2%
Key (black)10.6%
Color previews
#bce4af text on a black background
contrast 14.85:1
Card sample
#bce4af text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bce4af;
Background color
Panel with #bce4af background
background-color: #bce4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bce4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 228, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 228, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bce4af; background: linear-gradient(135deg, #bce4af, #AFE4C5);