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