#baf09d
a light, vivid green · cool · closest name: khaki
RGB
186, 240, 157
HSL
99°, 74%, 78%
CMYK
23, 0, 35, 6
Luminance
0.7519
Every format
| HEX | #baf09d |
| RGB | rgb(186, 240, 157) |
| HSL | hsl(99, 74%, 78%) |
| CMYK | cmyk(23%, 0%, 35%, 6%) |
| LAB | lab(89.5 -31.8 34.7) |
| LCH | lch(89.5 47.1 132.5) |
| OKLCH | oklch(0.898 0.122 135.1) |
Copy-ready code
/* CSS */
color: #baf09d;
background-color: #baf09d;
/* Tailwind (arbitrary) */
class="text-[#baf09d] bg-[#baf09d]"
/* SCSS */
$brand: #baf09d;
/* SwiftUI */
Color(red: 0.729, green: 0.941, blue: 0.616)
/* Android */
Color.parseColor("#baf09d")Accessibility — WCAG contrast
Aa
#baf09d on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf09d on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green94.1%
Blue61.6%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow34.6%
Key (black)5.9%
Color previews
#baf09d text on a black background
contrast 16.04:1
Card sample
#baf09d text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf09d;
Background color
Panel with #baf09d background
background-color: #baf09d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf09d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 240, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 240, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf09d; background: linear-gradient(135deg, #baf09d, #9DF0B7);