#c6ceac
a light, soft green · cool · closest name: beige
RGB
198, 206, 172
HSL
74°, 26%, 74%
CMYK
4, 0, 17, 19
Luminance
0.5913
Every format
| HEX | #c6ceac |
| RGB | rgb(198, 206, 172) |
| HSL | hsl(74, 26%, 74%) |
| CMYK | cmyk(4%, 0%, 17%, 19%) |
| LAB | lab(81.4 -8.6 16.0) |
| LCH | lch(81.4 18.2 118.3) |
| OKLCH | oklch(0.836 0.047 118.2) |
Copy-ready code
/* CSS */
color: #c6ceac;
background-color: #c6ceac;
/* Tailwind (arbitrary) */
class="text-[#c6ceac] bg-[#c6ceac]"
/* SCSS */
$brand: #c6ceac;
/* SwiftUI */
Color(red: 0.776, green: 0.808, blue: 0.675)
/* Android */
Color.parseColor("#c6ceac")Accessibility — WCAG contrast
Aa
#c6ceac on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6ceac on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green80.8%
Blue67.5%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow16.5%
Key (black)19.2%
Color previews
#c6ceac text on a black background
contrast 12.83:1
Card sample
#c6ceac text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6ceac;
Background color
Panel with #c6ceac background
background-color: #c6ceac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6ceac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 206, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 206, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6ceac; background: linear-gradient(135deg, #c6ceac, #AFCEAC);