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