#cabf9b
a light, soft yellow · cool · closest name: tan
RGB
202, 191, 155
HSL
46°, 31%, 70%
CMYK
0, 5, 23, 21
Luminance
0.5218
Every format
| HEX | #cabf9b |
| RGB | rgb(202, 191, 155) |
| HSL | hsl(46, 31%, 70%) |
| CMYK | cmyk(0%, 5%, 23%, 21%) |
| LAB | lab(77.4 -1.9 19.6) |
| LCH | lch(77.4 19.7 95.5) |
| OKLCH | oklch(0.804 0.050 93.1) |
Copy-ready code
/* CSS */
color: #cabf9b;
background-color: #cabf9b;
/* Tailwind (arbitrary) */
class="text-[#cabf9b] bg-[#cabf9b]"
/* SCSS */
$brand: #cabf9b;
/* SwiftUI */
Color(red: 0.792, green: 0.749, blue: 0.608)
/* Android */
Color.parseColor("#cabf9b")Accessibility — WCAG contrast
Aa
#cabf9b on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabf9b on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green74.9%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta5.4%
Yellow23.3%
Key (black)20.8%
Color previews
#cabf9b text on a black background
contrast 11.44:1
Card sample
#cabf9b text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabf9b;
Background color
Panel with #cabf9b background
background-color: #cabf9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabf9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 191, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 191, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabf9b; background: linear-gradient(135deg, #cabf9b, #B6CA9B);