#b6ceaf
a light, soft green · cool · closest name: beige
RGB
182, 206, 175
HSL
107°, 24%, 75%
CMYK
12, 0, 15, 19
Luminance
0.5718
Every format
| HEX | #b6ceaf |
| RGB | rgb(182, 206, 175) |
| HSL | hsl(107, 24%, 75%) |
| CMYK | cmyk(12%, 0%, 15%, 19%) |
| LAB | lab(80.3 -13.8 12.7) |
| LCH | lch(80.3 18.8 137.3) |
| OKLCH | oklch(0.825 0.050 138.6) |
Copy-ready code
/* CSS */
color: #b6ceaf;
background-color: #b6ceaf;
/* Tailwind (arbitrary) */
class="text-[#b6ceaf] bg-[#b6ceaf]"
/* SCSS */
$brand: #b6ceaf;
/* SwiftUI */
Color(red: 0.714, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#b6ceaf")Accessibility — WCAG contrast
Aa
#b6ceaf on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6ceaf on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green80.8%
Blue68.6%
CMYK percentages
Cyan11.7%
Magenta0.0%
Yellow15.0%
Key (black)19.2%
Color previews
#b6ceaf text on a black background
contrast 12.44:1
Card sample
#b6ceaf text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6ceaf;
Background color
Panel with #b6ceaf background
background-color: #b6ceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6ceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6ceaf; background: linear-gradient(135deg, #b6ceaf, #AFCEBD);