#ffebdb
a pale, electric orange · warm · closest name: beige
RGB
255, 235, 219
HSL
27°, 100%, 93%
CMYK
0, 8, 14, 0
Luminance
0.8579
Every format
| HEX | #ffebdb |
| RGB | rgb(255, 235, 219) |
| HSL | hsl(27, 100%, 93%) |
| CMYK | cmyk(0%, 8%, 14%, 0%) |
| LAB | lab(94.2 4.2 10.2) |
| LCH | lch(94.2 11.1 67.5) |
| OKLCH | oklch(0.952 0.030 61.1) |
Copy-ready code
/* CSS */
color: #ffebdb;
background-color: #ffebdb;
/* Tailwind (arbitrary) */
class="text-[#ffebdb] bg-[#ffebdb]"
/* SCSS */
$brand: #ffebdb;
/* SwiftUI */
Color(red: 1.000, green: 0.922, blue: 0.859)
/* Android */
Color.parseColor("#ffebdb")Accessibility — WCAG contrast
Aa
#ffebdb on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffebdb on black: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.2%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow14.1%
Key (black)0.0%
Color previews
#ffebdb text on a black background
contrast 18.16:1
Card sample
#ffebdb text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffebdb;
Background color
Panel with #ffebdb background
background-color: #ffebdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffebdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 235, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 235, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffebdb; background: linear-gradient(135deg, #ffebdb, #FBFFDB);