#b0ceaf
a light, soft green · cool · closest name: beige
RGB
176, 206, 175
HSL
118°, 24%, 75%
CMYK
15, 0, 15, 19
Luminance
0.5647
Every format
| HEX | #b0ceaf |
| RGB | rgb(176, 206, 175) |
| HSL | hsl(118, 24%, 75%) |
| CMYK | cmyk(15%, 0%, 15%, 19%) |
| LAB | lab(79.9 -15.9 12.1) |
| LCH | lch(79.9 20.0 142.7) |
| OKLCH | oklch(0.821 0.054 144.2) |
Copy-ready code
/* CSS */
color: #b0ceaf;
background-color: #b0ceaf;
/* Tailwind (arbitrary) */
class="text-[#b0ceaf] bg-[#b0ceaf]"
/* SCSS */
$brand: #b0ceaf;
/* SwiftUI */
Color(red: 0.690, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#b0ceaf")Accessibility — WCAG contrast
Aa
#b0ceaf on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0ceaf on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green80.8%
Blue68.6%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow15.0%
Key (black)19.2%
Color previews
#b0ceaf text on a black background
contrast 12.29:1
Card sample
#b0ceaf text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0ceaf;
Background color
Panel with #b0ceaf background
background-color: #b0ceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0ceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0ceaf; background: linear-gradient(135deg, #b0ceaf, #AFCEC3);