#baeb75
a light, vivid green · cool · closest name: khaki
RGB
186, 235, 117
HSL
85°, 75%, 69%
CMYK
21, 0, 50, 8
Luminance
0.7114
Every format
| HEX | #baeb75 |
| RGB | rgb(186, 235, 117) |
| HSL | hsl(85, 75%, 69%) |
| CMYK | cmyk(21%, 0%, 50%, 8%) |
| LAB | lab(87.5 -34.4 51.7) |
| LCH | lch(87.5 62.1 123.6) |
| OKLCH | oklch(0.881 0.156 127.9) |
Copy-ready code
/* CSS */
color: #baeb75;
background-color: #baeb75;
/* Tailwind (arbitrary) */
class="text-[#baeb75] bg-[#baeb75]"
/* SCSS */
$brand: #baeb75;
/* SwiftUI */
Color(red: 0.729, green: 0.922, blue: 0.459)
/* Android */
Color.parseColor("#baeb75")Accessibility — WCAG contrast
Aa
#baeb75 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baeb75 on black: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green92.2%
Blue45.9%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow50.2%
Key (black)7.8%
Color previews
#baeb75 text on a black background
contrast 15.23:1
Card sample
#baeb75 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baeb75;
Background color
Panel with #baeb75 background
background-color: #baeb75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baeb75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 235, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 235, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baeb75; background: linear-gradient(135deg, #baeb75, #75EB7F);