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