#c0f0df
a light, vivid green · cool · closest name: beige
RGB
192, 240, 223
HSL
159°, 62%, 85%
CMYK
20, 0, 7, 6
Luminance
0.7885
Every format
| HEX | #c0f0df |
| RGB | rgb(192, 240, 223) |
| HSL | hsl(159, 62%, 85%) |
| CMYK | cmyk(20%, 0%, 7%, 6%) |
| LAB | lab(91.2 -18.7 3.2) |
| LCH | lch(91.2 19.0 170.4) |
| OKLCH | oklch(0.917 0.054 171.5) |
Copy-ready code
/* CSS */
color: #c0f0df;
background-color: #c0f0df;
/* Tailwind (arbitrary) */
class="text-[#c0f0df] bg-[#c0f0df]"
/* SCSS */
$brand: #c0f0df;
/* SwiftUI */
Color(red: 0.753, green: 0.941, blue: 0.875)
/* Android */
Color.parseColor("#c0f0df")Accessibility — WCAG contrast
Aa
#c0f0df on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0f0df on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green94.1%
Blue87.5%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow7.1%
Key (black)5.9%
Color previews
#c0f0df text on a black background
contrast 16.77:1
Card sample
#c0f0df text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0f0df;
Background color
Panel with #c0f0df background
background-color: #c0f0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0f0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 240, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 240, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0f0df; background: linear-gradient(135deg, #c0f0df, #C0E1F0);