#ffc23b
a balanced, electric yellow · warm · closest name: orange
RGB
255, 194, 59
HSL
41°, 100%, 62%
CMYK
0, 24, 77, 0
Luminance
0.6016
Every format
| HEX | #ffc23b |
| RGB | rgb(255, 194, 59) |
| HSL | hsl(41, 100%, 62%) |
| CMYK | cmyk(0%, 24%, 77%, 0%) |
| LAB | lab(81.9 9.9 71.6) |
| LCH | lch(81.9 72.3 82.1) |
| OKLCH | oklch(0.848 0.157 82.6) |
Copy-ready code
/* CSS */
color: #ffc23b;
background-color: #ffc23b;
/* Tailwind (arbitrary) */
class="text-[#ffc23b] bg-[#ffc23b]"
/* SCSS */
$brand: #ffc23b;
/* SwiftUI */
Color(red: 1.000, green: 0.761, blue: 0.231)
/* Android */
Color.parseColor("#ffc23b")Accessibility — WCAG contrast
Aa
#ffc23b on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc23b on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green76.1%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow76.9%
Key (black)0.0%
Color previews
#ffc23b text on a black background
contrast 13.03:1
Card sample
#ffc23b text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc23b;
Background color
Panel with #ffc23b background
background-color: #ffc23b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc23b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 194, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 194, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc23b; background: linear-gradient(135deg, #ffc23b, #B9FF3B);