#c0fdac
a light, electric green · cool · closest name: aquamarine
RGB
192, 253, 172
HSL
105°, 95%, 83%
CMYK
24, 0, 32, 1
Luminance
0.8444
Every format
| HEX | #c0fdac |
| RGB | rgb(192, 253, 172) |
| HSL | hsl(105, 95%, 83%) |
| CMYK | cmyk(24%, 0%, 32%, 1%) |
| LAB | lab(93.6 -33.6 32.8) |
| LCH | lch(93.6 47.0 135.7) |
| OKLCH | oklch(0.933 0.123 138.1) |
Copy-ready code
/* CSS */
color: #c0fdac;
background-color: #c0fdac;
/* Tailwind (arbitrary) */
class="text-[#c0fdac] bg-[#c0fdac]"
/* SCSS */
$brand: #c0fdac;
/* SwiftUI */
Color(red: 0.753, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#c0fdac")Accessibility — WCAG contrast
Aa
#c0fdac on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0fdac on black: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green99.2%
Blue67.5%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#c0fdac text on a black background
contrast 17.89:1
Card sample
#c0fdac text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0fdac;
Background color
Panel with #c0fdac background
background-color: #c0fdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0fdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0fdac; background: linear-gradient(135deg, #c0fdac, #ACFDCE);