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