#bce2af
a light, vivid green · cool · closest name: beige
RGB
188, 226, 175
HSL
105°, 47%, 79%
CMYK
17, 0, 23, 11
Luminance
0.6818
Every format
| HEX | #bce2af |
| RGB | rgb(188, 226, 175) |
| HSL | hsl(105, 47%, 79%) |
| CMYK | cmyk(17%, 0%, 23%, 11%) |
| LAB | lab(86.1 -21.7 20.9) |
| LCH | lch(86.1 30.2 136.1) |
| OKLCH | oklch(0.872 0.080 137.8) |
Copy-ready code
/* CSS */
color: #bce2af;
background-color: #bce2af;
/* Tailwind (arbitrary) */
class="text-[#bce2af] bg-[#bce2af]"
/* SCSS */
$brand: #bce2af;
/* SwiftUI */
Color(red: 0.737, green: 0.886, blue: 0.686)
/* Android */
Color.parseColor("#bce2af")Accessibility — WCAG contrast
Aa
#bce2af on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bce2af on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green88.6%
Blue68.6%
CMYK percentages
Cyan16.8%
Magenta0.0%
Yellow22.6%
Key (black)11.4%
Color previews
#bce2af text on a black background
contrast 14.64:1
Card sample
#bce2af text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bce2af;
Background color
Panel with #bce2af background
background-color: #bce2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bce2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 226, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 226, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bce2af; background: linear-gradient(135deg, #bce2af, #AFE2C4);