#ffceab
a light, electric orange · warm · closest name: tan
RGB
255, 206, 171
HSL
25°, 100%, 84%
CMYK
0, 19, 33, 0
Luminance
0.6834
Every format
| HEX | #ffceab |
| RGB | rgb(255, 206, 171) |
| HSL | hsl(25, 100%, 84%) |
| CMYK | cmyk(0%, 19%, 33%, 0%) |
| LAB | lab(86.2 12.5 24.0) |
| LCH | lch(86.2 27.1 62.4) |
| OKLCH | oklch(0.886 0.072 57.2) |
Copy-ready code
/* CSS */
color: #ffceab;
background-color: #ffceab;
/* Tailwind (arbitrary) */
class="text-[#ffceab] bg-[#ffceab]"
/* SCSS */
$brand: #ffceab;
/* SwiftUI */
Color(red: 1.000, green: 0.808, blue: 0.671)
/* Android */
Color.parseColor("#ffceab")Accessibility — WCAG contrast
Aa
#ffceab on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffceab on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.8%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow32.9%
Key (black)0.0%
Color previews
#ffceab text on a black background
contrast 14.67:1
Card sample
#ffceab text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffceab;
Background color
Panel with #ffceab background
background-color: #ffceab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffceab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 206, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 206, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffceab; background: linear-gradient(135deg, #ffceab, #F8FFAB);