#cbd2ac
a light, soft green · cool · closest name: beige
RGB
203, 210, 172
HSL
71°, 30%, 75%
CMYK
3, 0, 18, 18
Luminance
0.6177
Every format
| HEX | #cbd2ac |
| RGB | rgb(203, 210, 172) |
| HSL | hsl(71, 30%, 75%) |
| CMYK | cmyk(3%, 0%, 18%, 18%) |
| LAB | lab(82.8 -8.9 18.1) |
| LCH | lch(82.8 20.1 116.1) |
| OKLCH | oklch(0.849 0.052 116.0) |
Copy-ready code
/* CSS */
color: #cbd2ac;
background-color: #cbd2ac;
/* Tailwind (arbitrary) */
class="text-[#cbd2ac] bg-[#cbd2ac]"
/* SCSS */
$brand: #cbd2ac;
/* SwiftUI */
Color(red: 0.796, green: 0.824, blue: 0.675)
/* Android */
Color.parseColor("#cbd2ac")Accessibility — WCAG contrast
Aa
#cbd2ac on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbd2ac on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green82.4%
Blue67.5%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow18.1%
Key (black)17.6%
Color previews
#cbd2ac text on a black background
contrast 13.35:1
Card sample
#cbd2ac text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbd2ac;
Background color
Panel with #cbd2ac background
background-color: #cbd2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbd2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 210, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 210, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbd2ac; background: linear-gradient(135deg, #cbd2ac, #B2D2AC);