#ffceba
a pale, electric orange · warm · closest name: pink
RGB
255, 206, 186
HSL
17°, 100%, 87%
CMYK
0, 19, 27, 0
Luminance
0.6895
Every format
| HEX | #ffceba |
| RGB | rgb(255, 206, 186) |
| HSL | hsl(17, 100%, 87%) |
| CMYK | cmyk(0%, 19%, 27%, 0%) |
| LAB | lab(86.5 14.4 16.5) |
| LCH | lch(86.5 21.9 48.8) |
| OKLCH | oklch(0.889 0.062 43.3) |
Copy-ready code
/* CSS */
color: #ffceba;
background-color: #ffceba;
/* Tailwind (arbitrary) */
class="text-[#ffceba] bg-[#ffceba]"
/* SCSS */
$brand: #ffceba;
/* SwiftUI */
Color(red: 1.000, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#ffceba")Accessibility — WCAG contrast
Aa
#ffceba on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffceba on black: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow27.1%
Key (black)0.0%
Color previews
#ffceba text on a black background
contrast 14.79:1
Card sample
#ffceba text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffceba;
Background color
Panel with #ffceba background
background-color: #ffceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffceba; background: linear-gradient(135deg, #ffceba, #FFFCBA);