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