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