#c7f5bd
a pale, vivid green · cool · closest name: beige
RGB
199, 245, 189
HSL
109°, 74%, 85%
CMYK
19, 0, 23, 4
Luminance
0.8112
Every format
| HEX | #c7f5bd |
| RGB | rgb(199, 245, 189) |
| HSL | hsl(109, 74%, 85%) |
| CMYK | cmyk(19%, 0%, 23%, 4%) |
| LAB | lab(92.2 -24.9 22.2) |
| LCH | lch(92.2 33.4 138.3) |
| OKLCH | oklch(0.924 0.088 140.1) |
Copy-ready code
/* CSS */
color: #c7f5bd;
background-color: #c7f5bd;
/* Tailwind (arbitrary) */
class="text-[#c7f5bd] bg-[#c7f5bd]"
/* SCSS */
$brand: #c7f5bd;
/* SwiftUI */
Color(red: 0.780, green: 0.961, blue: 0.741)
/* Android */
Color.parseColor("#c7f5bd")Accessibility — WCAG contrast
Aa
#c7f5bd on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7f5bd on black: 17.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green96.1%
Blue74.1%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow22.9%
Key (black)3.9%
Color previews
#c7f5bd text on a black background
contrast 17.22:1
Card sample
#c7f5bd text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7f5bd;
Background color
Panel with #c7f5bd background
background-color: #c7f5bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7f5bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 245, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 245, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7f5bd; background: linear-gradient(135deg, #c7f5bd, #BDF5D8);