#c0ceaf
a light, soft green · cool · closest name: beige
RGB
192, 206, 175
HSL
87°, 24%, 75%
CMYK
7, 0, 15, 19
Luminance
0.5844
Every format
| HEX | #c0ceaf |
| RGB | rgb(192, 206, 175) |
| HSL | hsl(87, 24%, 75%) |
| CMYK | cmyk(7%, 0%, 15%, 19%) |
| LAB | lab(81.0 -10.3 13.8) |
| LCH | lch(81.0 17.2 126.7) |
| OKLCH | oklch(0.832 0.045 127.2) |
Copy-ready code
/* CSS */
color: #c0ceaf;
background-color: #c0ceaf;
/* Tailwind (arbitrary) */
class="text-[#c0ceaf] bg-[#c0ceaf]"
/* SCSS */
$brand: #c0ceaf;
/* SwiftUI */
Color(red: 0.753, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#c0ceaf")Accessibility — WCAG contrast
Aa
#c0ceaf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0ceaf on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green80.8%
Blue68.6%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow15.0%
Key (black)19.2%
Color previews
#c0ceaf text on a black background
contrast 12.69:1
Card sample
#c0ceaf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0ceaf;
Background color
Panel with #c0ceaf background
background-color: #c0ceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0ceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0ceaf; background: linear-gradient(135deg, #c0ceaf, #AFCEB3);