#636607
a deep, electric yellow · cool · closest name: olive
RGB
99, 102, 7
HSL
62°, 87%, 21%
CMYK
3, 0, 93, 60
Luminance
0.1217
Every format
| HEX | #636607 |
| RGB | rgb(99, 102, 7) |
| HSL | hsl(62, 87%, 21%) |
| CMYK | cmyk(3%, 0%, 93%, 60%) |
| LAB | lab(41.5 -12.3 46.1) |
| LCH | lch(41.5 47.7 104.9) |
| OKLCH | oklch(0.491 0.106 111.8) |
Copy-ready code
/* CSS */
color: #636607;
background-color: #636607;
/* Tailwind (arbitrary) */
class="text-[#636607] bg-[#636607]"
/* SCSS */
$brand: #636607;
/* SwiftUI */
Color(red: 0.388, green: 0.400, blue: 0.027)
/* Android */
Color.parseColor("#636607")Accessibility — WCAG contrast
Aa
#636607 on white: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#636607 on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green40.0%
Blue2.7%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow93.1%
Key (black)60.0%
Color previews
#636607 text on a black background
contrast 3.43:1
Card sample
#636607 text on a white background
contrast 6.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #636607;
Background color
Panel with #636607 background
background-color: #636607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #636607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 102, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 102, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #636607; background: linear-gradient(135deg, #636607, #246607);