#ffc68a
a light, electric orange · warm · closest name: tan
RGB
255, 198, 138
HSL
31°, 100%, 77%
CMYK
0, 22, 46, 0
Luminance
0.6348
Every format
| HEX | #ffc68a |
| RGB | rgb(255, 198, 138) |
| HSL | hsl(31, 100%, 77%) |
| CMYK | cmyk(0%, 22%, 46%, 0%) |
| LAB | lab(83.7 13.1 37.8) |
| LCH | lch(83.7 40.0 70.9) |
| OKLCH | oklch(0.864 0.100 67.3) |
Copy-ready code
/* CSS */
color: #ffc68a;
background-color: #ffc68a;
/* Tailwind (arbitrary) */
class="text-[#ffc68a] bg-[#ffc68a]"
/* SCSS */
$brand: #ffc68a;
/* SwiftUI */
Color(red: 1.000, green: 0.776, blue: 0.541)
/* Android */
Color.parseColor("#ffc68a")Accessibility — WCAG contrast
Aa
#ffc68a on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc68a on black: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green77.6%
Blue54.1%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow45.9%
Key (black)0.0%
Color previews
#ffc68a text on a black background
contrast 13.70:1
Card sample
#ffc68a text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc68a;
Background color
Panel with #ffc68a background
background-color: #ffc68a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc68a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 198, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 198, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc68a; background: linear-gradient(135deg, #ffc68a, #EAFF8A);