#c1cfba
a light, soft green · cool · closest name: silver
RGB
193, 207, 186
HSL
100°, 18%, 77%
CMYK
7, 0, 10, 19
Luminance
0.5951
Every format
| HEX | #c1cfba |
| RGB | rgb(193, 207, 186) |
| HSL | hsl(100, 18%, 77%) |
| CMYK | cmyk(7%, 0%, 10%, 19%) |
| LAB | lab(81.6 -8.6 8.8) |
| LCH | lch(81.6 12.3 134.2) |
| OKLCH | oklch(0.838 0.033 135.0) |
Copy-ready code
/* CSS */
color: #c1cfba;
background-color: #c1cfba;
/* Tailwind (arbitrary) */
class="text-[#c1cfba] bg-[#c1cfba]"
/* SCSS */
$brand: #c1cfba;
/* SwiftUI */
Color(red: 0.757, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#c1cfba")Accessibility — WCAG contrast
Aa
#c1cfba on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1cfba on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green81.2%
Blue72.9%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#c1cfba text on a black background
contrast 12.90:1
Card sample
#c1cfba text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1cfba;
Background color
Panel with #c1cfba background
background-color: #c1cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1cfba; background: linear-gradient(135deg, #c1cfba, #BACFC1);