#ffd36b
a light, electric yellow · warm · closest name: khaki
RGB
255, 211, 107
HSL
42°, 100%, 71%
CMYK
0, 17, 58, 0
Luminance
0.6891
Every format
| HEX | #ffd36b |
| RGB | rgb(255, 211, 107) |
| HSL | hsl(42, 100%, 71%) |
| CMYK | cmyk(0%, 17%, 58%, 0%) |
| LAB | lab(86.5 3.8 56.4) |
| LCH | lch(86.5 56.5 86.2) |
| OKLCH | oklch(0.885 0.132 86.6) |
Copy-ready code
/* CSS */
color: #ffd36b;
background-color: #ffd36b;
/* Tailwind (arbitrary) */
class="text-[#ffd36b] bg-[#ffd36b]"
/* SCSS */
$brand: #ffd36b;
/* SwiftUI */
Color(red: 1.000, green: 0.827, blue: 0.420)
/* Android */
Color.parseColor("#ffd36b")Accessibility — WCAG contrast
Aa
#ffd36b on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd36b on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green82.7%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta17.3%
Yellow58.0%
Key (black)0.0%
Color previews
#ffd36b text on a black background
contrast 14.78:1
Card sample
#ffd36b text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd36b;
Background color
Panel with #ffd36b background
background-color: #ffd36b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd36b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 211, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 211, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd36b; background: linear-gradient(135deg, #ffd36b, #C8FF6B);