#cbda7f
a light, vivid yellow · cool · closest name: khaki
RGB
203, 218, 127
HSL
70°, 55%, 68%
CMYK
7, 0, 42, 15
Luminance
0.6437
Every format
| HEX | #cbda7f |
| RGB | rgb(203, 218, 127) |
| HSL | hsl(70, 55%, 68%) |
| CMYK | cmyk(7%, 0%, 42%, 15%) |
| LAB | lab(84.2 -18.8 43.0) |
| LCH | lch(84.2 46.9 113.6) |
| OKLCH | oklch(0.857 0.117 116.6) |
Copy-ready code
/* CSS */
color: #cbda7f;
background-color: #cbda7f;
/* Tailwind (arbitrary) */
class="text-[#cbda7f] bg-[#cbda7f]"
/* SCSS */
$brand: #cbda7f;
/* SwiftUI */
Color(red: 0.796, green: 0.855, blue: 0.498)
/* Android */
Color.parseColor("#cbda7f")Accessibility — WCAG contrast
Aa
#cbda7f on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbda7f on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.5%
Blue49.8%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow41.7%
Key (black)14.5%
Color previews
#cbda7f text on a black background
contrast 13.87:1
Card sample
#cbda7f text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbda7f;
Background color
Panel with #cbda7f background
background-color: #cbda7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbda7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 218, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 218, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbda7f; background: linear-gradient(135deg, #cbda7f, #8EDA7F);