#cff9cc
a pale, electric green · cool · closest name: beige
RGB
207, 249, 204
HSL
116°, 79%, 89%
CMYK
17, 0, 18, 2
Luminance
0.8538
Every format
| HEX | #cff9cc |
| RGB | rgb(207, 249, 204) |
| HSL | hsl(116, 79%, 89%) |
| CMYK | cmyk(17%, 0%, 18%, 2%) |
| LAB | lab(94.0 -21.7 17.2) |
| LCH | lch(94.0 27.7 141.6) |
| OKLCH | oklch(0.941 0.074 143.2) |
Copy-ready code
/* CSS */
color: #cff9cc;
background-color: #cff9cc;
/* Tailwind (arbitrary) */
class="text-[#cff9cc] bg-[#cff9cc]"
/* SCSS */
$brand: #cff9cc;
/* SwiftUI */
Color(red: 0.812, green: 0.976, blue: 0.800)
/* Android */
Color.parseColor("#cff9cc")Accessibility — WCAG contrast
Aa
#cff9cc on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff9cc on black: 18.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green97.6%
Blue80.0%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow18.1%
Key (black)2.4%
Color previews
#cff9cc text on a black background
contrast 18.08:1
Card sample
#cff9cc text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff9cc;
Background color
Panel with #cff9cc background
background-color: #cff9cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff9cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 249, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 249, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff9cc; background: linear-gradient(135deg, #cff9cc, #CCF9E7);