#cace6b
a balanced, vivid yellow · cool · closest name: khaki
RGB
202, 206, 107
HSL
62°, 50%, 61%
CMYK
2, 0, 48, 19
Luminance
0.5776
Every format
| HEX | #cace6b |
| RGB | rgb(202, 206, 107) |
| HSL | hsl(62, 50%, 61%) |
| CMYK | cmyk(2%, 0%, 48%, 19%) |
| LAB | lab(80.6 -15.3 48.4) |
| LCH | lch(80.6 50.7 107.5) |
| OKLCH | oklch(0.828 0.123 110.9) |
Copy-ready code
/* CSS */
color: #cace6b;
background-color: #cace6b;
/* Tailwind (arbitrary) */
class="text-[#cace6b] bg-[#cace6b]"
/* SCSS */
$brand: #cace6b;
/* SwiftUI */
Color(red: 0.792, green: 0.808, blue: 0.420)
/* Android */
Color.parseColor("#cace6b")Accessibility — WCAG contrast
Aa
#cace6b on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cace6b on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.8%
Blue42.0%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow48.1%
Key (black)19.2%
Color previews
#cace6b text on a black background
contrast 12.55:1
Card sample
#cace6b text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cace6b;
Background color
Panel with #cace6b background
background-color: #cace6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cace6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 206, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 206, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cace6b; background: linear-gradient(135deg, #cace6b, #88CE6B);