#ffcb70
a light, electric orange · warm · closest name: khaki
RGB
255, 203, 112
HSL
38°, 100%, 72%
CMYK
0, 20, 56, 0
Luminance
0.6514
Every format
| HEX | #ffcb70 |
| RGB | rgb(255, 203, 112) |
| HSL | hsl(38, 100%, 72%) |
| CMYK | cmyk(0%, 20%, 56%, 0%) |
| LAB | lab(84.6 8.3 51.8) |
| LCH | lch(84.6 52.5 81.0) |
| OKLCH | oklch(0.870 0.124 80.0) |
Copy-ready code
/* CSS */
color: #ffcb70;
background-color: #ffcb70;
/* Tailwind (arbitrary) */
class="text-[#ffcb70] bg-[#ffcb70]"
/* SCSS */
$brand: #ffcb70;
/* SwiftUI */
Color(red: 1.000, green: 0.796, blue: 0.439)
/* Android */
Color.parseColor("#ffcb70")Accessibility — WCAG contrast
Aa
#ffcb70 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcb70 on black: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.6%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow56.1%
Key (black)0.0%
Color previews
#ffcb70 text on a black background
contrast 14.03:1
Card sample
#ffcb70 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcb70;
Background color
Panel with #ffcb70 background
background-color: #ffcb70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcb70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 203, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 203, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcb70; background: linear-gradient(135deg, #ffcb70, #D4FF70);