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