#695c01
a deep, electric yellow · cool · closest name: olive
RGB
105, 92, 1
HSL
53°, 98%, 21%
CMYK
0, 12, 99, 59
Luminance
0.1066
Every format
| HEX | #695c01 |
| RGB | rgb(105, 92, 1) |
| HSL | hsl(53, 98%, 21%) |
| CMYK | cmyk(0%, 12%, 99%, 59%) |
| LAB | lab(39.0 -3.8 46.1) |
| LCH | lch(39.0 46.2 94.7) |
| OKLCH | oklch(0.473 0.098 99.7) |
Copy-ready code
/* CSS */
color: #695c01;
background-color: #695c01;
/* Tailwind (arbitrary) */
class="text-[#695c01] bg-[#695c01]"
/* SCSS */
$brand: #695c01;
/* SwiftUI */
Color(red: 0.412, green: 0.361, blue: 0.004)
/* Android */
Color.parseColor("#695c01")Accessibility — WCAG contrast
Aa
#695c01 on white: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#695c01 on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green36.1%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow99.0%
Key (black)58.8%
Color previews
#695c01 text on a black background
contrast 3.13:1
Card sample
#695c01 text on a white background
contrast 6.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #695c01;
Background color
Panel with #695c01 background
background-color: #695c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #695c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 92, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 92, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #695c01; background: linear-gradient(135deg, #695c01, #316901);