#c6ceaf
a light, soft green · cool · closest name: beige
RGB
198, 206, 175
HSL
76°, 24%, 75%
CMYK
4, 0, 15, 19
Luminance
0.5924
Every format
| HEX | #c6ceaf |
| RGB | rgb(198, 206, 175) |
| HSL | hsl(76, 24%, 75%) |
| CMYK | cmyk(4%, 0%, 15%, 19%) |
| LAB | lab(81.4 -8.1 14.5) |
| LCH | lch(81.4 16.6 119.3) |
| OKLCH | oklch(0.837 0.043 119.1) |
Copy-ready code
/* CSS */
color: #c6ceaf;
background-color: #c6ceaf;
/* Tailwind (arbitrary) */
class="text-[#c6ceaf] bg-[#c6ceaf]"
/* SCSS */
$brand: #c6ceaf;
/* SwiftUI */
Color(red: 0.776, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#c6ceaf")Accessibility — WCAG contrast
Aa
#c6ceaf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6ceaf on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green80.8%
Blue68.6%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow15.0%
Key (black)19.2%
Color previews
#c6ceaf text on a black background
contrast 12.85:1
Card sample
#c6ceaf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6ceaf;
Background color
Panel with #c6ceaf background
background-color: #c6ceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6ceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6ceaf; background: linear-gradient(135deg, #c6ceaf, #B1CEAF);