#ffcb7f
a light, electric orange · warm · closest name: khaki
RGB
255, 203, 127
HSL
36°, 100%, 75%
CMYK
0, 20, 50, 0
Luminance
0.6550
Every format
| HEX | #ffcb7f |
| RGB | rgb(255, 203, 127) |
| HSL | hsl(36, 100%, 75%) |
| CMYK | cmyk(0%, 20%, 50%, 0%) |
| LAB | lab(84.7 9.5 44.7) |
| LCH | lch(84.7 45.7 78.0) |
| OKLCH | oklch(0.872 0.111 75.9) |
Copy-ready code
/* CSS */
color: #ffcb7f;
background-color: #ffcb7f;
/* Tailwind (arbitrary) */
class="text-[#ffcb7f] bg-[#ffcb7f]"
/* SCSS */
$brand: #ffcb7f;
/* SwiftUI */
Color(red: 1.000, green: 0.796, blue: 0.498)
/* Android */
Color.parseColor("#ffcb7f")Accessibility — WCAG contrast
Aa
#ffcb7f on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcb7f on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.6%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow50.2%
Key (black)0.0%
Color previews
#ffcb7f text on a black background
contrast 14.10:1
Card sample
#ffcb7f text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcb7f;
Background color
Panel with #ffcb7f background
background-color: #ffcb7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcb7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 203, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 203, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcb7f; background: linear-gradient(135deg, #ffcb7f, #DEFF7F);