#c3cea8
a light, soft green · cool · closest name: beige
RGB
195, 206, 168
HSL
77°, 28%, 73%
CMYK
5, 0, 18, 19
Luminance
0.5857
Every format
| HEX | #c3cea8 |
| RGB | rgb(195, 206, 168) |
| HSL | hsl(77, 28%, 73%) |
| CMYK | cmyk(5%, 0%, 18%, 19%) |
| LAB | lab(81.1 -10.3 17.7) |
| LCH | lch(81.1 20.5 120.3) |
| OKLCH | oklch(0.833 0.053 120.7) |
Copy-ready code
/* CSS */
color: #c3cea8;
background-color: #c3cea8;
/* Tailwind (arbitrary) */
class="text-[#c3cea8] bg-[#c3cea8]"
/* SCSS */
$brand: #c3cea8;
/* SwiftUI */
Color(red: 0.765, green: 0.808, blue: 0.659)
/* Android */
Color.parseColor("#c3cea8")Accessibility — WCAG contrast
Aa
#c3cea8 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3cea8 on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green80.8%
Blue65.9%
CMYK percentages
Cyan5.3%
Magenta0.0%
Yellow18.4%
Key (black)19.2%
Color previews
#c3cea8 text on a black background
contrast 12.71:1
Card sample
#c3cea8 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3cea8;
Background color
Panel with #c3cea8 background
background-color: #c3cea8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3cea8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 206, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 206, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3cea8; background: linear-gradient(135deg, #c3cea8, #AACEA8);