#c0fbdf
a pale, electric green · cool · closest name: beige
RGB
192, 251, 223
HSL
152°, 88%, 87%
CMYK
24, 0, 11, 2
Luminance
0.8553
Every format
| HEX | #c0fbdf |
| RGB | rgb(192, 251, 223) |
| HSL | hsl(152, 88%, 87%) |
| CMYK | cmyk(24%, 0%, 11%, 2%) |
| LAB | lab(94.1 -24.0 7.4) |
| LCH | lch(94.1 25.2 162.9) |
| OKLCH | oklch(0.940 0.071 164.3) |
Copy-ready code
/* CSS */
color: #c0fbdf;
background-color: #c0fbdf;
/* Tailwind (arbitrary) */
class="text-[#c0fbdf] bg-[#c0fbdf]"
/* SCSS */
$brand: #c0fbdf;
/* SwiftUI */
Color(red: 0.753, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#c0fbdf")Accessibility — WCAG contrast
Aa
#c0fbdf on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0fbdf on black: 18.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green98.4%
Blue87.5%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#c0fbdf text on a black background
contrast 18.11:1
Card sample
#c0fbdf text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0fbdf;
Background color
Panel with #c0fbdf background
background-color: #c0fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0fbdf; background: linear-gradient(135deg, #c0fbdf, #C0F0FB);