#f23944
a balanced, electric red · warm · closest name: Crimson
At a glance
Every number on this page in one read: what #f23944 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 | #f23944 |
| RGB | rgb(242, 57, 68) |
| HSL | hsl(356, 88%, 59%) |
| CMYK | cmyk(0%, 76%, 72%, 5%) |
| LAB | lab(54.3 69.1 38.5) |
| LCH | lch(54.3 79.1 29.1) |
| OKLCH | oklch(0.632 0.220 23.4) |
| Decimal | 15874372 |
| Display P3 | color(display-p3 0.949 0.224 0.267) |
Copy-ready code
/* CSS */
color: #f23944;
background-color: #f23944;
/* Tailwind (arbitrary) */
class="text-[#f23944] bg-[#f23944]"
/* SCSS */
$brand: #f23944;
/* SwiftUI */
Color(red: 0.949, green: 0.224, blue: 0.267)
/* Android */
Color.parseColor("#f23944")
/* Flutter */
Color(0xFFF23944)
/* Python / OpenCV (BGR) */
(68, 57, 242)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. #f23944 is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FDF2F3;
--brand-100: #FAE5E6;
--brand-200: #F8C4C7;
--brand-300: #F8969C;
--brand-400: #F5616A;
--brand-500: #f23944;
--brand-600: #E60F1C;
--brand-700: #BF0D17;
--brand-800: #990A13;
--brand-900: #6F0C12;
--brand-950: #45070B;
--brand: #f23944;
--brand-ink: #000000;
}Colors that work with #f23944
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 #f23944
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 | #39F2E7 | Directly opposite — maximum tension | |
| Analogous left | #F239A1 | Neighbour, quieter | |
| Analogous right | #F28A39 | Neighbour, quieter | |
| Split-complement 1 | #39F28A | Contrast without the clash | |
| Split-complement 2 | #39A1F2 | Contrast without the clash | |
| Triadic 1 | #44F239 | Even thirds — balanced and loud | |
| Triadic 2 | #3944F2 | Even thirds — balanced and loud | |
| Tetradic | #A1F239 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#f23944 text on a black background
contrast 5.44:1
#f23944 text on a white background
contrast 3.86:1
CSS3 live lab
The quick brown fox
color: #f23944;
background-color: #f23944;
Glowing headline
text-shadow: 2px 2px 8px #f23944;
Soft neon halo
text-shadow: 0 0 14px rgba(242, 57, 68, 0.45);
box-shadow: 0 12px 32px -8px rgba(242, 57, 68, 0.45);
border: 3px solid #f23944; background: linear-gradient(135deg, #f23944, #F2A939);
Monochromatic scale
Palettes built from #f23944
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 5.3 away, with its history, psychology and brand usage.
#f23944 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.
#f23944, answered
What color is #f23944?
#f23944 is a balanced electric red, closest to Crimson (ΔE2000 7.7). It sits at 356° on the hue wheel with 88% saturation and 59% lightness, which reads as warm.
What is the RGB value of #f23944?
rgb(242, 57, 68) — 242 red, 57 green and 68 blue out of 255, or 94.9% / 22.4% / 26.7% by channel.
Is #f23944 a light or a dark color?
It is a mid-tone. Relative luminance is 0.2222 and perceived brightness is 55%, so black text on it reaches 5.44:1.
Should I use black or white text on #f23944?
Black. It scores 5.44:1 against #f23944, versus 3.86:1 for white — AA at any size.
What is the complementary color of #f23944?
#39F2E7 sits directly opposite on the wheel. Softer options are the split-complements #39F28A and #39A1F2, which give the same contrast with far less vibration.
What colors go well with #f23944?
For interface work: #FAF4F5 as the surface, #EDC0C2 for borders, #9B4B4F for secondary text, #09C389 as an accent and #78080F for hover and pressed states. For a palette, the analogous pair #F239A1 and #F28A39 stays calm, while #39F2E7 is the loudest partner.
What is #f23944 in CMYK for printing?
cmyk(0%, 76%, 72%, 5%). 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 #f23944 warm or cool?
Warm — it scores 19 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #F26139; nudged cooler, #F43788.