#caceba
a light, soft green · cool · closest name: silver
RGB
202, 206, 186
HSL
72°, 17%, 77%
CMYK
2, 0, 10, 19
Luminance
0.6024
Every format
| HEX | #caceba |
| RGB | rgb(202, 206, 186) |
| HSL | hsl(72, 17%, 77%) |
| CMYK | cmyk(2%, 0%, 10%, 19%) |
| LAB | lab(82.0 -4.9 9.5) |
| LCH | lch(82.0 10.7 117.3) |
| OKLCH | oklch(0.843 0.028 116.2) |
Copy-ready code
/* CSS */
color: #caceba;
background-color: #caceba;
/* Tailwind (arbitrary) */
class="text-[#caceba] bg-[#caceba]"
/* SCSS */
$brand: #caceba;
/* SwiftUI */
Color(red: 0.792, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#caceba")Accessibility — WCAG contrast
Aa
#caceba on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caceba on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.8%
Blue72.9%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow9.7%
Key (black)19.2%
Color previews
#caceba text on a black background
contrast 13.05:1
Card sample
#caceba text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caceba;
Background color
Panel with #caceba background
background-color: #caceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caceba; background: linear-gradient(135deg, #caceba, #BDCEBA);