#cffac3
a pale, electric green · cool · closest name: beige
RGB
207, 250, 195
HSL
107°, 85%, 87%
CMYK
17, 0, 22, 2
Luminance
0.8558
Every format
| HEX | #cffac3 |
| RGB | rgb(207, 250, 195) |
| HSL | hsl(107, 85%, 87%) |
| CMYK | cmyk(17%, 0%, 22%, 2%) |
| LAB | lab(94.1 -23.7 21.9) |
| LCH | lch(94.1 32.3 137.2) |
| OKLCH | oklch(0.941 0.085 138.9) |
Copy-ready code
/* CSS */
color: #cffac3;
background-color: #cffac3;
/* Tailwind (arbitrary) */
class="text-[#cffac3] bg-[#cffac3]"
/* SCSS */
$brand: #cffac3;
/* SwiftUI */
Color(red: 0.812, green: 0.980, blue: 0.765)
/* Android */
Color.parseColor("#cffac3")Accessibility — WCAG contrast
Aa
#cffac3 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffac3 on black: 18.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.0%
Blue76.5%
CMYK percentages
Cyan17.2%
Magenta0.0%
Yellow22.0%
Key (black)2.0%
Color previews
#cffac3 text on a black background
contrast 18.12:1
Card sample
#cffac3 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffac3;
Background color
Panel with #cffac3 background
background-color: #cffac3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffac3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 250, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 250, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffac3; background: linear-gradient(135deg, #cffac3, #C3FADC);