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