#ffc688
a light, electric orange · warm · closest name: tan
RGB
255, 198, 136
HSL
31°, 100%, 77%
CMYK
0, 22, 47, 0
Luminance
0.6343
Every format
| HEX | #ffc688 |
| RGB | rgb(255, 198, 136) |
| HSL | hsl(31, 100%, 77%) |
| CMYK | cmyk(0%, 22%, 47%, 0%) |
| LAB | lab(83.7 12.9 38.8) |
| LCH | lch(83.7 40.9 71.6) |
| OKLCH | oklch(0.864 0.102 68.2) |
Copy-ready code
/* CSS */
color: #ffc688;
background-color: #ffc688;
/* Tailwind (arbitrary) */
class="text-[#ffc688] bg-[#ffc688]"
/* SCSS */
$brand: #ffc688;
/* SwiftUI */
Color(red: 1.000, green: 0.776, blue: 0.533)
/* Android */
Color.parseColor("#ffc688")Accessibility — WCAG contrast
Aa
#ffc688 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc688 on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green77.6%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow46.7%
Key (black)0.0%
Color previews
#ffc688 text on a black background
contrast 13.69:1
Card sample
#ffc688 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc688;
Background color
Panel with #ffc688 background
background-color: #ffc688;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc688;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 198, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 198, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc688; background: linear-gradient(135deg, #ffc688, #E9FF88);