#cffcba
a pale, electric green · cool · closest name: khaki
RGB
207, 252, 186
HSL
101°, 92%, 86%
CMYK
18, 0, 26, 1
Luminance
0.8643
Every format
| HEX | #cffcba |
| RGB | rgb(207, 252, 186) |
| HSL | hsl(101, 92%, 86%) |
| CMYK | cmyk(18%, 0%, 26%, 1%) |
| LAB | lab(94.5 -26.0 27.0) |
| LCH | lch(94.5 37.5 133.9) |
| OKLCH | oklch(0.943 0.098 135.9) |
Copy-ready code
/* CSS */
color: #cffcba;
background-color: #cffcba;
/* Tailwind (arbitrary) */
class="text-[#cffcba] bg-[#cffcba]"
/* SCSS */
$brand: #cffcba;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.729)
/* Android */
Color.parseColor("#cffcba")Accessibility — WCAG contrast
Aa
#cffcba on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffcba on black: 18.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue72.9%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow26.2%
Key (black)1.2%
Color previews
#cffcba text on a black background
contrast 18.29:1
Card sample
#cffcba text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffcba;
Background color
Panel with #cffcba background
background-color: #cffcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffcba; background: linear-gradient(135deg, #cffcba, #BAFCD1);