#accb0f
a dark, electric yellow · cool · closest name: yellow
RGB
172, 203, 15
HSL
70°, 86%, 43%
CMYK
15, 0, 93, 20
Luminance
0.5152
Every format
| HEX | #accb0f |
| RGB | rgb(172, 203, 15) |
| HSL | hsl(70, 86%, 43%) |
| CMYK | cmyk(15%, 0%, 93%, 20%) |
| LAB | lab(77.0 -31.0 75.3) |
| LCH | lch(77.0 81.4 112.4) |
| OKLCH | oklch(0.791 0.186 120.2) |
Copy-ready code
/* CSS */
color: #accb0f;
background-color: #accb0f;
/* Tailwind (arbitrary) */
class="text-[#accb0f] bg-[#accb0f]"
/* SCSS */
$brand: #accb0f;
/* SwiftUI */
Color(red: 0.675, green: 0.796, blue: 0.059)
/* Android */
Color.parseColor("#accb0f")Accessibility — WCAG contrast
Aa
#accb0f on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#accb0f on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green79.6%
Blue5.9%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow92.6%
Key (black)20.4%
Color previews
#accb0f text on a black background
contrast 11.30:1
Card sample
#accb0f text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #accb0f;
Background color
Panel with #accb0f background
background-color: #accb0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #accb0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 203, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 203, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #accb0f; background: linear-gradient(135deg, #accb0f, #2FCB0F);