#ccf367
a light, electric green · cool · closest name: khaki
RGB
204, 243, 103
HSL
77°, 85%, 68%
CMYK
16, 0, 58, 5
Luminance
0.7792
Every format
| HEX | #ccf367 |
| RGB | rgb(204, 243, 103) |
| HSL | hsl(77, 85%, 68%) |
| CMYK | cmyk(16%, 0%, 58%, 5%) |
| LAB | lab(90.7 -32.6 62.0) |
| LCH | lch(90.7 70.0 117.7) |
| OKLCH | oklch(0.909 0.172 122.9) |
Copy-ready code
/* CSS */
color: #ccf367;
background-color: #ccf367;
/* Tailwind (arbitrary) */
class="text-[#ccf367] bg-[#ccf367]"
/* SCSS */
$brand: #ccf367;
/* SwiftUI */
Color(red: 0.800, green: 0.953, blue: 0.404)
/* Android */
Color.parseColor("#ccf367")Accessibility — WCAG contrast
Aa
#ccf367 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccf367 on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green95.3%
Blue40.4%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow57.6%
Key (black)4.7%
Color previews
#ccf367 text on a black background
contrast 16.58:1
Card sample
#ccf367 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccf367;
Background color
Panel with #ccf367 background
background-color: #ccf367;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccf367;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 243, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 243, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccf367; background: linear-gradient(135deg, #ccf367, #6EF367);