#cbdbaf
a light, soft green · cool · closest name: beige
RGB
203, 219, 175
HSL
82°, 38%, 77%
CMYK
7, 0, 20, 14
Luminance
0.6645
Every format
| HEX | #cbdbaf |
| RGB | rgb(203, 219, 175) |
| HSL | hsl(82, 38%, 77%) |
| CMYK | cmyk(7%, 0%, 20%, 14%) |
| LAB | lab(85.2 -13.0 19.9) |
| LCH | lch(85.2 23.7 123.1) |
| OKLCH | oklch(0.868 0.061 123.9) |
Copy-ready code
/* CSS */
color: #cbdbaf;
background-color: #cbdbaf;
/* Tailwind (arbitrary) */
class="text-[#cbdbaf] bg-[#cbdbaf]"
/* SCSS */
$brand: #cbdbaf;
/* SwiftUI */
Color(red: 0.796, green: 0.859, blue: 0.686)
/* Android */
Color.parseColor("#cbdbaf")Accessibility — WCAG contrast
Aa
#cbdbaf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdbaf on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.9%
Blue68.6%
CMYK percentages
Cyan7.3%
Magenta0.0%
Yellow20.1%
Key (black)14.1%
Color previews
#cbdbaf text on a black background
contrast 14.29:1
Card sample
#cbdbaf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdbaf;
Background color
Panel with #cbdbaf background
background-color: #cbdbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 219, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 219, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdbaf; background: linear-gradient(135deg, #cbdbaf, #AFDBB0);