#ffcab3
a pale, electric orange · warm · closest name: tan
RGB
255, 202, 179
HSL
18°, 100%, 85%
CMYK
0, 21, 30, 0
Luminance
0.6676
Every format
| HEX | #ffcab3 |
| RGB | rgb(255, 202, 179) |
| HSL | hsl(18, 100%, 85%) |
| CMYK | cmyk(0%, 21%, 30%, 0%) |
| LAB | lab(85.4 15.6 18.7) |
| LCH | lch(85.4 24.3 50.1) |
| OKLCH | oklch(0.880 0.068 44.6) |
Copy-ready code
/* CSS */
color: #ffcab3;
background-color: #ffcab3;
/* Tailwind (arbitrary) */
class="text-[#ffcab3] bg-[#ffcab3]"
/* SCSS */
$brand: #ffcab3;
/* SwiftUI */
Color(red: 1.000, green: 0.792, blue: 0.702)
/* Android */
Color.parseColor("#ffcab3")Accessibility — WCAG contrast
Aa
#ffcab3 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcab3 on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green79.2%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta20.8%
Yellow29.8%
Key (black)0.0%
Color previews
#ffcab3 text on a black background
contrast 14.35:1
Card sample
#ffcab3 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcab3;
Background color
Panel with #ffcab3 background
background-color: #ffcab3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcab3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 202, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 202, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcab3; background: linear-gradient(135deg, #ffcab3, #FFFDB3);