#c0dbaf
a light, soft green · cool · closest name: beige
RGB
192, 219, 175
HSL
97°, 38%, 77%
CMYK
12, 0, 20, 14
Luminance
0.6496
Every format
| HEX | #c0dbaf |
| RGB | rgb(192, 219, 175) |
| HSL | hsl(97, 38%, 77%) |
| CMYK | cmyk(12%, 0%, 20%, 14%) |
| LAB | lab(84.5 -16.9 18.7) |
| LCH | lch(84.5 25.2 132.0) |
| OKLCH | oklch(0.860 0.066 133.4) |
Copy-ready code
/* CSS */
color: #c0dbaf;
background-color: #c0dbaf;
/* Tailwind (arbitrary) */
class="text-[#c0dbaf] bg-[#c0dbaf]"
/* SCSS */
$brand: #c0dbaf;
/* SwiftUI */
Color(red: 0.753, green: 0.859, blue: 0.686)
/* Android */
Color.parseColor("#c0dbaf")Accessibility — WCAG contrast
Aa
#c0dbaf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0dbaf on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green85.9%
Blue68.6%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow20.1%
Key (black)14.1%
Color previews
#c0dbaf text on a black background
contrast 13.99:1
Card sample
#c0dbaf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0dbaf;
Background color
Panel with #c0dbaf background
background-color: #c0dbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0dbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 219, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 219, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0dbaf; background: linear-gradient(135deg, #c0dbaf, #AFDBBB);