#636c01
a deep, electric yellow · cool · closest name: olive
RGB
99, 108, 1
HSL
65°, 98%, 21%
CMYK
8, 0, 99, 58
Luminance
0.1338
Every format
| HEX | #636c01 |
| RGB | rgb(99, 108, 1) |
| HSL | hsl(65, 98%, 21%) |
| CMYK | cmyk(8%, 0%, 99%, 58%) |
| LAB | lab(43.3 -15.7 49.0) |
| LCH | lch(43.3 51.5 107.8) |
| OKLCH | oklch(0.506 0.115 115.4) |
Copy-ready code
/* CSS */
color: #636c01;
background-color: #636c01;
/* Tailwind (arbitrary) */
class="text-[#636c01] bg-[#636c01]"
/* SCSS */
$brand: #636c01;
/* SwiftUI */
Color(red: 0.388, green: 0.424, blue: 0.004)
/* Android */
Color.parseColor("#636c01")Accessibility — WCAG contrast
Aa
#636c01 on white: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#636c01 on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green42.4%
Blue0.4%
CMYK percentages
Cyan8.3%
Magenta0.0%
Yellow99.1%
Key (black)57.6%
Color previews
#636c01 text on a black background
contrast 3.68:1
Card sample
#636c01 text on a white background
contrast 5.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #636c01;
Background color
Panel with #636c01 background
background-color: #636c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #636c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 108, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 108, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #636c01; background: linear-gradient(135deg, #636c01, #1C6C01);