#c5ceba
a light, soft green · cool · closest name: silver
RGB
197, 206, 186
HSL
87°, 17%, 77%
CMYK
4, 0, 10, 19
Luminance
0.5956
Every format
| HEX | #c5ceba |
| RGB | rgb(197, 206, 186) |
| HSL | hsl(87, 17%, 77%) |
| CMYK | cmyk(4%, 0%, 10%, 19%) |
| LAB | lab(81.6 -6.7 8.9) |
| LCH | lch(81.6 11.1 126.8) |
| OKLCH | oklch(0.839 0.029 126.9) |
Copy-ready code
/* CSS */
color: #c5ceba;
background-color: #c5ceba;
/* Tailwind (arbitrary) */
class="text-[#c5ceba] bg-[#c5ceba]"
/* SCSS */
$brand: #c5ceba;
/* SwiftUI */
Color(red: 0.773, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#c5ceba")Accessibility — WCAG contrast
Aa
#c5ceba on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5ceba on black: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green80.8%
Blue72.9%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow9.7%
Key (black)19.2%
Color previews
#c5ceba text on a black background
contrast 12.91:1
Card sample
#c5ceba text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5ceba;
Background color
Panel with #c5ceba background
background-color: #c5ceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5ceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5ceba; background: linear-gradient(135deg, #c5ceba, #BACEBC);