#c7f5df
a pale, vivid green · cool · closest name: beige
RGB
199, 245, 223
HSL
151°, 70%, 87%
CMYK
19, 0, 9, 4
Luminance
0.8277
Every format
| HEX | #c7f5df |
| RGB | rgb(199, 245, 223) |
| HSL | hsl(151, 70%, 87%) |
| CMYK | cmyk(19%, 0%, 9%, 4%) |
| LAB | lab(92.9 -19.0 5.7) |
| LCH | lch(92.9 19.8 163.2) |
| OKLCH | oklch(0.932 0.056 164.6) |
Copy-ready code
/* CSS */
color: #c7f5df;
background-color: #c7f5df;
/* Tailwind (arbitrary) */
class="text-[#c7f5df] bg-[#c7f5df]"
/* SCSS */
$brand: #c7f5df;
/* SwiftUI */
Color(red: 0.780, green: 0.961, blue: 0.875)
/* Android */
Color.parseColor("#c7f5df")Accessibility — WCAG contrast
Aa
#c7f5df on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7f5df on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green96.1%
Blue87.5%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow9.0%
Key (black)3.9%
Color previews
#c7f5df text on a black background
contrast 17.55:1
Card sample
#c7f5df text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7f5df;
Background color
Panel with #c7f5df background
background-color: #c7f5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7f5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 245, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 245, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7f5df; background: linear-gradient(135deg, #c7f5df, #C7ECF5);