#ffc697
a light, electric orange · warm · closest name: tan
RGB
255, 198, 151
HSL
27°, 100%, 80%
CMYK
0, 22, 41, 0
Luminance
0.6388
Every format
| HEX | #ffc697 |
| RGB | rgb(255, 198, 151) |
| HSL | hsl(27, 100%, 80%) |
| CMYK | cmyk(0%, 22%, 41%, 0%) |
| LAB | lab(83.9 14.4 31.4) |
| LCH | lch(83.9 34.5 65.3) |
| OKLCH | oklch(0.867 0.089 60.7) |
Copy-ready code
/* CSS */
color: #ffc697;
background-color: #ffc697;
/* Tailwind (arbitrary) */
class="text-[#ffc697] bg-[#ffc697]"
/* SCSS */
$brand: #ffc697;
/* SwiftUI */
Color(red: 1.000, green: 0.776, blue: 0.592)
/* Android */
Color.parseColor("#ffc697")Accessibility — WCAG contrast
Aa
#ffc697 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc697 on black: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green77.6%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow40.8%
Key (black)0.0%
Color previews
#ffc697 text on a black background
contrast 13.78:1
Card sample
#ffc697 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc697;
Background color
Panel with #ffc697 background
background-color: #ffc697;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc697;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 198, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 198, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc697; background: linear-gradient(135deg, #ffc697, #F3FF97);