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