#ffc388
a light, electric orange · warm · closest name: tan
RGB
255, 195, 136
HSL
30°, 100%, 77%
CMYK
0, 24, 47, 0
Luminance
0.6207
Every format
| HEX | #ffc388 |
| RGB | rgb(255, 195, 136) |
| HSL | hsl(30, 100%, 77%) |
| CMYK | cmyk(0%, 24%, 47%, 0%) |
| LAB | lab(83.0 14.5 37.9) |
| LCH | lch(83.0 40.5 69.1) |
| OKLCH | oklch(0.858 0.102 65.3) |
Copy-ready code
/* CSS */
color: #ffc388;
background-color: #ffc388;
/* Tailwind (arbitrary) */
class="text-[#ffc388] bg-[#ffc388]"
/* SCSS */
$brand: #ffc388;
/* SwiftUI */
Color(red: 1.000, green: 0.765, blue: 0.533)
/* Android */
Color.parseColor("#ffc388")Accessibility — WCAG contrast
Aa
#ffc388 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc388 on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green76.5%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta23.5%
Yellow46.7%
Key (black)0.0%
Color previews
#ffc388 text on a black background
contrast 13.41:1
Card sample
#ffc388 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc388;
Background color
Panel with #ffc388 background
background-color: #ffc388;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc388;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 195, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 195, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc388; background: linear-gradient(135deg, #ffc388, #ECFF88);