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