#c0f4cf
a pale, vivid green · cool · closest name: beige
RGB
192, 244, 207
HSL
137°, 70%, 86%
CMYK
21, 0, 15, 4
Luminance
0.8041
Every format
| HEX | #c0f4cf |
| RGB | rgb(192, 244, 207) |
| HSL | hsl(137, 70%, 86%) |
| CMYK | cmyk(21%, 0%, 15%, 4%) |
| LAB | lab(91.9 -23.6 12.5) |
| LCH | lch(91.9 26.7 152.2) |
| OKLCH | oklch(0.921 0.073 153.8) |
Copy-ready code
/* CSS */
color: #c0f4cf;
background-color: #c0f4cf;
/* Tailwind (arbitrary) */
class="text-[#c0f4cf] bg-[#c0f4cf]"
/* SCSS */
$brand: #c0f4cf;
/* SwiftUI */
Color(red: 0.753, green: 0.957, blue: 0.812)
/* Android */
Color.parseColor("#c0f4cf")Accessibility — WCAG contrast
Aa
#c0f4cf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0f4cf on black: 17.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green95.7%
Blue81.2%
CMYK percentages
Cyan21.3%
Magenta0.0%
Yellow15.2%
Key (black)4.3%
Color previews
#c0f4cf text on a black background
contrast 17.08:1
Card sample
#c0f4cf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0f4cf;
Background color
Panel with #c0f4cf background
background-color: #c0f4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0f4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 244, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 244, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0f4cf; background: linear-gradient(135deg, #c0f4cf, #C0F4F2);