#f6cd85
a light, electric orange · warm · closest name: khaki
RGB
246, 205, 133
HSL
38°, 86%, 74%
CMYK
0, 17, 46, 4
Luminance
0.6495
Every format
| HEX | #f6cd85 |
| RGB | rgb(246, 205, 133) |
| HSL | hsl(38, 86%, 74%) |
| CMYK | cmyk(0%, 17%, 46%, 4%) |
| LAB | lab(84.5 5.4 41.1) |
| LCH | lch(84.5 41.5 82.5) |
| OKLCH | oklch(0.868 0.101 80.9) |
Copy-ready code
/* CSS */
color: #f6cd85;
background-color: #f6cd85;
/* Tailwind (arbitrary) */
class="text-[#f6cd85] bg-[#f6cd85]"
/* SCSS */
$brand: #f6cd85;
/* SwiftUI */
Color(red: 0.965, green: 0.804, blue: 0.522)
/* Android */
Color.parseColor("#f6cd85")Accessibility — WCAG contrast
Aa
#f6cd85 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6cd85 on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green80.4%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow45.9%
Key (black)3.5%
Color previews
#f6cd85 text on a black background
contrast 13.99:1
Card sample
#f6cd85 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6cd85;
Background color
Panel with #f6cd85 background
background-color: #f6cd85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6cd85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 205, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 205, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6cd85; background: linear-gradient(135deg, #f6cd85, #D4F685);