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