#c0f5df
a pale, vivid green · cool · closest name: beige
RGB
192, 245, 223
HSL
155°, 73%, 86%
CMYK
22, 0, 9, 4
Luminance
0.8184
Every format
| HEX | #c0f5df |
| RGB | rgb(192, 245, 223) |
| HSL | hsl(155, 73%, 86%) |
| CMYK | cmyk(22%, 0%, 9%, 4%) |
| LAB | lab(92.5 -21.1 5.1) |
| LCH | lch(92.5 21.7 166.5) |
| OKLCH | oklch(0.928 0.062 167.7) |
Copy-ready code
/* CSS */
color: #c0f5df;
background-color: #c0f5df;
/* Tailwind (arbitrary) */
class="text-[#c0f5df] bg-[#c0f5df]"
/* SCSS */
$brand: #c0f5df;
/* SwiftUI */
Color(red: 0.753, green: 0.961, blue: 0.875)
/* Android */
Color.parseColor("#c0f5df")Accessibility — WCAG contrast
Aa
#c0f5df on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0f5df on black: 17.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green96.1%
Blue87.5%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow9.0%
Key (black)3.9%
Color previews
#c0f5df text on a black background
contrast 17.37:1
Card sample
#c0f5df text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0f5df;
Background color
Panel with #c0f5df background
background-color: #c0f5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0f5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 245, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 245, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0f5df; background: linear-gradient(135deg, #c0f5df, #C0E8F5);