#ffb206
a balanced, electric yellow · warm · closest name: orange
RGB
255, 178, 6
HSL
41°, 100%, 51%
CMYK
0, 30, 98, 0
Luminance
0.5311
Every format
| HEX | #ffb206 |
| RGB | rgb(255, 178, 6) |
| HSL | hsl(41, 100%, 51%) |
| CMYK | cmyk(0%, 30%, 98%, 0%) |
| LAB | lab(78.0 17.2 80.3) |
| LCH | lch(78.0 82.1 77.9) |
| OKLCH | oklch(0.816 0.170 77.3) |
Copy-ready code
/* CSS */
color: #ffb206;
background-color: #ffb206;
/* Tailwind (arbitrary) */
class="text-[#ffb206] bg-[#ffb206]"
/* SCSS */
$brand: #ffb206;
/* SwiftUI */
Color(red: 1.000, green: 0.698, blue: 0.024)
/* Android */
Color.parseColor("#ffb206")Accessibility — WCAG contrast
Aa
#ffb206 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb206 on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.8%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow97.6%
Key (black)0.0%
Color previews
#ffb206 text on a black background
contrast 11.62:1
Card sample
#ffb206 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb206;
Background color
Panel with #ffb206 background
background-color: #ffb206;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb206;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 178, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 178, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb206; background: linear-gradient(135deg, #ffb206, #A6FF06);