#b3cdaf
a light, soft green · cool · closest name: silver
RGB
179, 205, 175
HSL
112°, 23%, 75%
CMYK
13, 0, 15, 20
Luminance
0.5634
Every format
| HEX | #b3cdaf |
| RGB | rgb(179, 205, 175) |
| HSL | hsl(112, 23%, 75%) |
| CMYK | cmyk(13%, 0%, 15%, 20%) |
| LAB | lab(79.8 -14.3 12.0) |
| LCH | lch(79.8 18.7 140.0) |
| OKLCH | oklch(0.821 0.050 141.4) |
Copy-ready code
/* CSS */
color: #b3cdaf;
background-color: #b3cdaf;
/* Tailwind (arbitrary) */
class="text-[#b3cdaf] bg-[#b3cdaf]"
/* SCSS */
$brand: #b3cdaf;
/* SwiftUI */
Color(red: 0.702, green: 0.804, blue: 0.686)
/* Android */
Color.parseColor("#b3cdaf")Accessibility — WCAG contrast
Aa
#b3cdaf on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3cdaf on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green80.4%
Blue68.6%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow14.6%
Key (black)19.6%
Color previews
#b3cdaf text on a black background
contrast 12.27:1
Card sample
#b3cdaf text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3cdaf;
Background color
Panel with #b3cdaf background
background-color: #b3cdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3cdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 205, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 205, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3cdaf; background: linear-gradient(135deg, #b3cdaf, #AFCDBF);