#b9cfad
a light, soft green · cool · closest name: beige
RGB
185, 207, 173
HSL
99°, 26%, 75%
CMYK
11, 0, 16, 19
Luminance
0.5796
Every format
| HEX | #b9cfad |
| RGB | rgb(185, 207, 173) |
| HSL | hsl(99, 26%, 75%) |
| CMYK | cmyk(11%, 0%, 16%, 19%) |
| LAB | lab(80.7 -13.6 14.4) |
| LCH | lch(80.7 19.9 133.3) |
| OKLCH | oklch(0.829 0.052 134.5) |
Copy-ready code
/* CSS */
color: #b9cfad;
background-color: #b9cfad;
/* Tailwind (arbitrary) */
class="text-[#b9cfad] bg-[#b9cfad]"
/* SCSS */
$brand: #b9cfad;
/* SwiftUI */
Color(red: 0.725, green: 0.812, blue: 0.678)
/* Android */
Color.parseColor("#b9cfad")Accessibility — WCAG contrast
Aa
#b9cfad on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9cfad on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green81.2%
Blue67.8%
CMYK percentages
Cyan10.6%
Magenta0.0%
Yellow16.4%
Key (black)18.8%
Color previews
#b9cfad text on a black background
contrast 12.59:1
Card sample
#b9cfad text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9cfad;
Background color
Panel with #b9cfad background
background-color: #b9cfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9cfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 207, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 207, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9cfad; background: linear-gradient(135deg, #b9cfad, #ADCFB8);