#bceb75
a light, vivid green · cool · closest name: khaki
RGB
188, 235, 117
HSL
84°, 75%, 69%
CMYK
20, 0, 50, 8
Luminance
0.7139
Every format
| HEX | #bceb75 |
| RGB | rgb(188, 235, 117) |
| HSL | hsl(84, 75%, 69%) |
| CMYK | cmyk(20%, 0%, 50%, 8%) |
| LAB | lab(87.7 -33.6 51.9) |
| LCH | lch(87.7 61.9 123.0) |
| OKLCH | oklch(0.882 0.155 127.3) |
Copy-ready code
/* CSS */
color: #bceb75;
background-color: #bceb75;
/* Tailwind (arbitrary) */
class="text-[#bceb75] bg-[#bceb75]"
/* SCSS */
$brand: #bceb75;
/* SwiftUI */
Color(red: 0.737, green: 0.922, blue: 0.459)
/* Android */
Color.parseColor("#bceb75")Accessibility — WCAG contrast
Aa
#bceb75 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bceb75 on black: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.2%
Blue45.9%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow50.2%
Key (black)7.8%
Color previews
#bceb75 text on a black background
contrast 15.28:1
Card sample
#bceb75 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bceb75;
Background color
Panel with #bceb75 background
background-color: #bceb75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bceb75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 235, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 235, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bceb75; background: linear-gradient(135deg, #bceb75, #75EB7D);