#eb231d
a balanced, electric red · warm · closest name: Red
At a glance
Every number on this page in one read: what #eb231d is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #eb231d |
| RGB | rgb(235, 35, 29) |
| HSL | hsl(2, 84%, 52%) |
| CMYK | cmyk(0%, 85%, 88%, 8%) |
| LAB | lab(50.6 71.5 54.7) |
| LCH | lch(50.6 90.0 37.4) |
| OKLCH | oklch(0.602 0.231 28.7) |
| Decimal | 15409949 |
| Display P3 | color(display-p3 0.922 0.137 0.114) |
Copy-ready code
/* CSS */
color: #eb231d;
background-color: #eb231d;
/* Tailwind (arbitrary) */
class="text-[#eb231d] bg-[#eb231d]"
/* SCSS */
$brand: #eb231d;
/* SwiftUI */
Color(red: 0.922, green: 0.137, blue: 0.114)
/* Android */
Color.parseColor("#eb231d")
/* Flutter */
Color(0xFFEB231D)
/* Python / OpenCV (BGR) */
(29, 35, 235)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #eb231d is pinned to step 600; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FCF3F2;
--brand-100: #FAE6E6;
--brand-200: #F6C7C5;
--brand-300: #F69B98;
--brand-400: #F16864;
--brand-500: #ED3631;
--brand-600: #eb231d;
--brand-700: #BB1511;
--brand-800: #96110D;
--brand-900: #6C110E;
--brand-950: #440A09;
--brand: #eb231d;
--brand-ink: #000000;
}Colors that work with #eb231d
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #eb231d
Derived from its contrast, chroma and lightness — not from taste.
- ✓Headings from 24px up on white
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Small text on white — under 4.5:1
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #1DE5EB | Directly opposite — maximum tension | |
| Analogous left | #EB1D7E | Neighbour, quieter | |
| Analogous right | #EB8A1D | Neighbour, quieter | |
| Split-complement 1 | #1DEB8A | Contrast without the clash | |
| Split-complement 2 | #1D7EEB | Contrast without the clash | |
| Triadic 1 | #1DEB23 | Even thirds — balanced and loud | |
| Triadic 2 | #231DEB | Even thirds — balanced and loud | |
| Tetradic | #7EEB1D | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#eb231d text on a black background
contrast 4.79:1
#eb231d text on a white background
contrast 4.38:1
CSS3 live lab
The quick brown fox
color: #eb231d;
background-color: #eb231d;
Glowing headline
text-shadow: 2px 2px 8px #eb231d;
Soft neon halo
text-shadow: 0 0 14px rgba(235, 35, 29, 0.45);
box-shadow: 0 12px 32px -8px rgba(235, 35, 29, 0.45);
border: 3px solid #eb231d; background: linear-gradient(135deg, #eb231d, #EBAC1D);
Monochromatic scale
Palettes built from #eb231d
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Vermilion (#e34234) — ΔE2000 3.7 away, with its history, psychology and brand usage.
#eb231d in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#eb231d, answered
What color is #eb231d?
#eb231d is a balanced electric red, closest to Red (ΔE2000 4.3). It sits at 2° on the hue wheel with 84% saturation and 52% lightness, which reads as warm.
What is the RGB value of #eb231d?
rgb(235, 35, 29) — 235 red, 35 green and 29 blue out of 255, or 92.2% / 13.7% / 11.4% by channel.
Is #eb231d a light or a dark color?
It is a mid-tone. Relative luminance is 0.1895 and perceived brightness is 52%, so black text on it reaches 4.79:1.
Should I use black or white text on #eb231d?
Black. It scores 4.79:1 against #eb231d, versus 4.38:1 for white — AA at any size.
What is the complementary color of #eb231d?
#1DE5EB sits directly opposite on the wheel. Softer options are the split-complements #1DEB8A and #1D7EEB, which give the same contrast with far less vibration.
What colors go well with #eb231d?
For interface work: #FAF4F4 as the surface, #EDC1C0 for borders, #9B4D4B for secondary text, #0CC098 as an accent and #750D0A for hover and pressed states. For a palette, the analogous pair #EB1D7E and #EB8A1D stays calm, while #1DE5EB is the loudest partner.
What is #eb231d in CMYK for printing?
cmyk(0%, 85%, 88%, 8%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #eb231d warm or cool?
Warm — it scores 16 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #EB4E1D; nudged cooler, #ED1B62.