#ffcf97
a light, electric orange · warm · closest name: tan
RGB
255, 207, 151
HSL
32°, 100%, 80%
CMYK
0, 19, 41, 0
Luminance
0.6812
Every format
| HEX | #ffcf97 |
| RGB | rgb(255, 207, 151) |
| HSL | hsl(32, 100%, 80%) |
| CMYK | cmyk(0%, 19%, 41%, 0%) |
| LAB | lab(86.1 9.7 34.2) |
| LCH | lch(86.1 35.6 74.1) |
| OKLCH | oklch(0.883 0.090 70.6) |
Copy-ready code
/* CSS */
color: #ffcf97;
background-color: #ffcf97;
/* Tailwind (arbitrary) */
class="text-[#ffcf97] bg-[#ffcf97]"
/* SCSS */
$brand: #ffcf97;
/* SwiftUI */
Color(red: 1.000, green: 0.812, blue: 0.592)
/* Android */
Color.parseColor("#ffcf97")Accessibility — WCAG contrast
Aa
#ffcf97 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcf97 on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green81.2%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow40.8%
Key (black)0.0%
Color previews
#ffcf97 text on a black background
contrast 14.62:1
Card sample
#ffcf97 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcf97;
Background color
Panel with #ffcf97 background
background-color: #ffcf97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcf97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 207, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 207, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcf97; background: linear-gradient(135deg, #ffcf97, #EAFF97);