#c9fbcf
a pale, electric green · cool · closest name: beige
RGB
201, 251, 207
HSL
127°, 86%, 89%
CMYK
20, 0, 18, 2
Luminance
0.8592
Every format
| HEX | #c9fbcf |
| RGB | rgb(201, 251, 207) |
| HSL | hsl(127, 86%, 89%) |
| CMYK | cmyk(20%, 0%, 18%, 2%) |
| LAB | lab(94.3 -24.1 15.9) |
| LCH | lch(94.3 28.9 146.5) |
| OKLCH | oklch(0.942 0.078 148.2) |
Copy-ready code
/* CSS */
color: #c9fbcf;
background-color: #c9fbcf;
/* Tailwind (arbitrary) */
class="text-[#c9fbcf] bg-[#c9fbcf]"
/* SCSS */
$brand: #c9fbcf;
/* SwiftUI */
Color(red: 0.788, green: 0.984, blue: 0.812)
/* Android */
Color.parseColor("#c9fbcf")Accessibility — WCAG contrast
Aa
#c9fbcf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9fbcf on black: 18.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green98.4%
Blue81.2%
CMYK percentages
Cyan19.9%
Magenta0.0%
Yellow17.5%
Key (black)1.6%
Color previews
#c9fbcf text on a black background
contrast 18.18:1
Card sample
#c9fbcf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9fbcf;
Background color
Panel with #c9fbcf background
background-color: #c9fbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9fbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 251, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 251, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9fbcf; background: linear-gradient(135deg, #c9fbcf, #C9FBF0);