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