#cffbc2
a pale, electric green · cool · closest name: beige
RGB
207, 251, 194
HSL
106°, 88%, 87%
CMYK
18, 0, 23, 2
Luminance
0.8615
Every format
| HEX | #cffbc2 |
| RGB | rgb(207, 251, 194) |
| HSL | hsl(106, 88%, 87%) |
| CMYK | cmyk(18%, 0%, 23%, 2%) |
| LAB | lab(94.4 -24.3 22.8) |
| LCH | lch(94.4 33.3 136.8) |
| OKLCH | oklch(0.943 0.088 138.6) |
Copy-ready code
/* CSS */
color: #cffbc2;
background-color: #cffbc2;
/* Tailwind (arbitrary) */
class="text-[#cffbc2] bg-[#cffbc2]"
/* SCSS */
$brand: #cffbc2;
/* SwiftUI */
Color(red: 0.812, green: 0.984, blue: 0.761)
/* Android */
Color.parseColor("#cffbc2")Accessibility — WCAG contrast
Aa
#cffbc2 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffbc2 on black: 18.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.4%
Blue76.1%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow22.7%
Key (black)1.6%
Color previews
#cffbc2 text on a black background
contrast 18.23:1
Card sample
#cffbc2 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffbc2;
Background color
Panel with #cffbc2 background
background-color: #cffbc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffbc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 251, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 251, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffbc2; background: linear-gradient(135deg, #cffbc2, #C2FBDB);