#c0ceab
a light, soft green · cool · closest name: beige
RGB
192, 206, 171
HSL
84°, 26%, 74%
CMYK
7, 0, 17, 19
Luminance
0.5829
Every format
| HEX | #c0ceab |
| RGB | rgb(192, 206, 171) |
| HSL | hsl(84, 26%, 74%) |
| CMYK | cmyk(7%, 0%, 17%, 19%) |
| LAB | lab(80.9 -10.9 15.8) |
| LCH | lch(80.9 19.3 124.7) |
| OKLCH | oklch(0.831 0.050 125.2) |
Copy-ready code
/* CSS */
color: #c0ceab;
background-color: #c0ceab;
/* Tailwind (arbitrary) */
class="text-[#c0ceab] bg-[#c0ceab]"
/* SCSS */
$brand: #c0ceab;
/* SwiftUI */
Color(red: 0.753, green: 0.808, blue: 0.671)
/* Android */
Color.parseColor("#c0ceab")Accessibility — WCAG contrast
Aa
#c0ceab on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0ceab on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green80.8%
Blue67.1%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow17.0%
Key (black)19.2%
Color previews
#c0ceab text on a black background
contrast 12.66:1
Card sample
#c0ceab text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0ceab;
Background color
Panel with #c0ceab background
background-color: #c0ceab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0ceab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 206, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 206, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0ceab; background: linear-gradient(135deg, #c0ceab, #ABCEAD);