#bceb63
a light, electric green · cool · closest name: khaki
RGB
188, 235, 99
HSL
81°, 77%, 66%
CMYK
20, 0, 58, 8
Luminance
0.7101
Every format
| HEX | #bceb63 |
| RGB | rgb(188, 235, 99) |
| HSL | hsl(81, 77%, 66%) |
| CMYK | cmyk(20%, 0%, 58%, 8%) |
| LAB | lab(87.5 -35.3 59.8) |
| LCH | lch(87.5 69.4 120.6) |
| OKLCH | oklch(0.880 0.171 125.8) |
Copy-ready code
/* CSS */
color: #bceb63;
background-color: #bceb63;
/* Tailwind (arbitrary) */
class="text-[#bceb63] bg-[#bceb63]"
/* SCSS */
$brand: #bceb63;
/* SwiftUI */
Color(red: 0.737, green: 0.922, blue: 0.388)
/* Android */
Color.parseColor("#bceb63")Accessibility — WCAG contrast
Aa
#bceb63 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bceb63 on black: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.2%
Blue38.8%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow57.9%
Key (black)7.8%
Color previews
#bceb63 text on a black background
contrast 15.20:1
Card sample
#bceb63 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bceb63;
Background color
Panel with #bceb63 background
background-color: #bceb63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bceb63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 235, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 235, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bceb63; background: linear-gradient(135deg, #bceb63, #63EB65);