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