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