#ffe6c2
a pale, electric orange · warm · closest name: beige
RGB
255, 230, 194
HSL
35°, 100%, 88%
CMYK
0, 10, 24, 0
Luminance
0.8175
Every format
| HEX | #ffe6c2 |
| RGB | rgb(255, 230, 194) |
| HSL | hsl(35, 100%, 88%) |
| CMYK | cmyk(0%, 10%, 24%, 0%) |
| LAB | lab(92.5 3.1 20.7) |
| LCH | lch(92.5 20.9 81.4) |
| OKLCH | oklch(0.936 0.054 76.9) |
Copy-ready code
/* CSS */
color: #ffe6c2;
background-color: #ffe6c2;
/* Tailwind (arbitrary) */
class="text-[#ffe6c2] bg-[#ffe6c2]"
/* SCSS */
$brand: #ffe6c2;
/* SwiftUI */
Color(red: 1.000, green: 0.902, blue: 0.761)
/* Android */
Color.parseColor("#ffe6c2")Accessibility — WCAG contrast
Aa
#ffe6c2 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe6c2 on black: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green90.2%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta9.8%
Yellow23.9%
Key (black)0.0%
Color previews
#ffe6c2 text on a black background
contrast 17.35:1
Card sample
#ffe6c2 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe6c2;
Background color
Panel with #ffe6c2 background
background-color: #ffe6c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe6c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 230, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 230, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe6c2; background: linear-gradient(135deg, #ffe6c2, #EFFFC2);