#b2ce7f
a light, soft green · cool · closest name: khaki
RGB
178, 206, 127
HSL
81°, 45%, 65%
CMYK
14, 0, 38, 19
Luminance
0.5514
Every format
| HEX | #b2ce7f |
| RGB | rgb(178, 206, 127) |
| HSL | hsl(81, 45%, 65%) |
| CMYK | cmyk(14%, 0%, 38%, 19%) |
| LAB | lab(79.1 -22.4 36.2) |
| LCH | lch(79.1 42.6 121.8) |
| OKLCH | oklch(0.812 0.108 124.7) |
Copy-ready code
/* CSS */
color: #b2ce7f;
background-color: #b2ce7f;
/* Tailwind (arbitrary) */
class="text-[#b2ce7f] bg-[#b2ce7f]"
/* SCSS */
$brand: #b2ce7f;
/* SwiftUI */
Color(red: 0.698, green: 0.808, blue: 0.498)
/* Android */
Color.parseColor("#b2ce7f")Accessibility — WCAG contrast
Aa
#b2ce7f on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ce7f on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green80.8%
Blue49.8%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow38.3%
Key (black)19.2%
Color previews
#b2ce7f text on a black background
contrast 12.03:1
Card sample
#b2ce7f text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ce7f;
Background color
Panel with #b2ce7f background
background-color: #b2ce7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ce7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 206, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 206, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ce7f; background: linear-gradient(135deg, #b2ce7f, #7FCE81);