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