#cffcc3
a pale, electric green · cool · closest name: beige
RGB
207, 252, 195
HSL
107°, 91%, 88%
CMYK
18, 0, 23, 1
Luminance
0.8683
Every format
| HEX | #cffcc3 |
| RGB | rgb(207, 252, 195) |
| HSL | hsl(107, 91%, 88%) |
| CMYK | cmyk(18%, 0%, 23%, 1%) |
| LAB | lab(94.7 -24.6 22.7) |
| LCH | lch(94.7 33.5 137.4) |
| OKLCH | oklch(0.945 0.088 139.1) |
Copy-ready code
/* CSS */
color: #cffcc3;
background-color: #cffcc3;
/* Tailwind (arbitrary) */
class="text-[#cffcc3] bg-[#cffcc3]"
/* SCSS */
$brand: #cffcc3;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.765)
/* Android */
Color.parseColor("#cffcc3")Accessibility — WCAG contrast
Aa
#cffcc3 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffcc3 on black: 18.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue76.5%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow22.6%
Key (black)1.2%
Color previews
#cffcc3 text on a black background
contrast 18.37:1
Card sample
#cffcc3 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffcc3;
Background color
Panel with #cffcc3 background
background-color: #cffcc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffcc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffcc3; background: linear-gradient(135deg, #cffcc3, #C3FCDD);