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