#262b03
a deep, electric yellow · cool · closest name: black
RGB
38, 43, 3
HSL
68°, 87%, 9%
CMYK
12, 0, 93, 83
Luminance
0.0215
Every format
| HEX | #262b03 |
| RGB | rgb(38, 43, 3) |
| HSL | hsl(68, 87%, 9%) |
| CMYK | cmyk(12%, 0%, 93%, 83%) |
| LAB | lab(16.2 -8.7 22.1) |
| LCH | lch(16.2 23.8 111.5) |
| OKLCH | oklch(0.275 0.059 116.6) |
Copy-ready code
/* CSS */
color: #262b03;
background-color: #262b03;
/* Tailwind (arbitrary) */
class="text-[#262b03] bg-[#262b03]"
/* SCSS */
$brand: #262b03;
/* SwiftUI */
Color(red: 0.149, green: 0.169, blue: 0.012)
/* Android */
Color.parseColor("#262b03")Accessibility — WCAG contrast
Aa
#262b03 on white: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#262b03 on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green16.9%
Blue1.2%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow93.0%
Key (black)83.1%
Color previews
#262b03 text on a black background
contrast 1.43:1
Card sample
#262b03 text on a white background
contrast 14.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #262b03;
Background color
Panel with #262b03 background
background-color: #262b03;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #262b03;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 43, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 43, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #262b03; background: linear-gradient(135deg, #262b03, #0B2B03);