#676c01
a deep, electric yellow · cool · closest name: olive
RGB
103, 108, 1
HSL
63°, 98%, 21%
CMYK
5, 0, 99, 58
Luminance
0.1361
Every format
| HEX | #676c01 |
| RGB | rgb(103, 108, 1) |
| HSL | hsl(63, 98%, 21%) |
| CMYK | cmyk(5%, 0%, 99%, 58%) |
| LAB | lab(43.7 -13.8 49.4) |
| LCH | lch(43.7 51.3 105.6) |
| OKLCH | oklch(0.510 0.113 112.9) |
Copy-ready code
/* CSS */
color: #676c01;
background-color: #676c01;
/* Tailwind (arbitrary) */
class="text-[#676c01] bg-[#676c01]"
/* SCSS */
$brand: #676c01;
/* SwiftUI */
Color(red: 0.404, green: 0.424, blue: 0.004)
/* Android */
Color.parseColor("#676c01")Accessibility — WCAG contrast
Aa
#676c01 on white: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#676c01 on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green42.4%
Blue0.4%
CMYK percentages
Cyan4.6%
Magenta0.0%
Yellow99.1%
Key (black)57.6%
Color previews
#676c01 text on a black background
contrast 3.72:1
Card sample
#676c01 text on a white background
contrast 5.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #676c01;
Background color
Panel with #676c01 background
background-color: #676c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #676c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 108, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 108, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #676c01; background: linear-gradient(135deg, #676c01, #206C01);