#dcf06b
a light, electric yellow · cool · closest name: khaki
RGB
220, 240, 107
HSL
69°, 82%, 68%
CMYK
8, 0, 55, 6
Luminance
0.7860
Every format
| HEX | #dcf06b |
| RGB | rgb(220, 240, 107) |
| HSL | hsl(69, 82%, 68%) |
| CMYK | cmyk(8%, 0%, 55%, 6%) |
| LAB | lab(91.0 -24.7 60.9) |
| LCH | lch(91.0 65.7 112.1) |
| OKLCH | oklch(0.914 0.159 116.8) |
Copy-ready code
/* CSS */
color: #dcf06b;
background-color: #dcf06b;
/* Tailwind (arbitrary) */
class="text-[#dcf06b] bg-[#dcf06b]"
/* SCSS */
$brand: #dcf06b;
/* SwiftUI */
Color(red: 0.863, green: 0.941, blue: 0.420)
/* Android */
Color.parseColor("#dcf06b")Accessibility — WCAG contrast
Aa
#dcf06b on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcf06b on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green94.1%
Blue42.0%
CMYK percentages
Cyan8.3%
Magenta0.0%
Yellow55.4%
Key (black)5.9%
Color previews
#dcf06b text on a black background
contrast 16.72:1
Card sample
#dcf06b text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcf06b;
Background color
Panel with #dcf06b background
background-color: #dcf06b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcf06b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 240, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 240, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcf06b; background: linear-gradient(135deg, #dcf06b, #83F06B);