#ffd263
a light, electric yellow · warm · closest name: khaki
RGB
255, 210, 99
HSL
43°, 100%, 69%
CMYK
0, 18, 61, 0
Luminance
0.6825
Every format
| HEX | #ffd263 |
| RGB | rgb(255, 210, 99) |
| HSL | hsl(43, 100%, 69%) |
| CMYK | cmyk(0%, 18%, 61%, 0%) |
| LAB | lab(86.1 3.7 59.7) |
| LCH | lch(86.1 59.8 86.4) |
| OKLCH | oklch(0.882 0.138 87.2) |
Copy-ready code
/* CSS */
color: #ffd263;
background-color: #ffd263;
/* Tailwind (arbitrary) */
class="text-[#ffd263] bg-[#ffd263]"
/* SCSS */
$brand: #ffd263;
/* SwiftUI */
Color(red: 1.000, green: 0.824, blue: 0.388)
/* Android */
Color.parseColor("#ffd263")Accessibility — WCAG contrast
Aa
#ffd263 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd263 on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green82.4%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow61.2%
Key (black)0.0%
Color previews
#ffd263 text on a black background
contrast 14.65:1
Card sample
#ffd263 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd263;
Background color
Panel with #ffd263 background
background-color: #ffd263;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd263;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 210, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 210, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd263; background: linear-gradient(135deg, #ffd263, #C4FF63);