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