Skip to content

#2d0e13

a deep, vivid red · warm · closest name: Black

RGB
45, 14, 19
HSL
350°, 53%, 12%
CMYK
0, 69, 58, 82
Luminance
0.0092

At a glance

Every number on this page in one read: what #2d0e13 is made of, how bright it looks, and which way it leans.

Hex
#2d0e13
Hue
350°
red
Saturation
53%
vivid
Lightness
12%
deep
Brightness
18%
HSV value
Perceived
11%
weighted brightness
Luminance
0.0092
WCAG relative
Temperature
Warm
22/100 cool
Color family
Red
Tone
Vivid
Best ink
White
17.74:1
Closest name
Black
ΔE2000 16.7
Where it sits
Hue350° of 360°
Saturation53%
Lightness12%
Temperature
Warm ← → Cool22% cool

Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#2d0e13
RGBrgb(45, 14, 19)
HSLhsl(350, 53%, 12%)
CMYKcmyk(0%, 69%, 58%, 82%)
LABlab(8.3 16.6 4.0)
LCHlch(8.3 17.0 13.5)
OKLCHoklch(0.216 0.051 12.5)
Decimal2952723
Display P3color(display-p3 0.176 0.055 0.075)

Copy-ready code

/* CSS */
color: #2d0e13;
background-color: #2d0e13;
/* Tailwind (arbitrary) */
class="text-[#2d0e13] bg-[#2d0e13]"
/* SCSS */
$brand: #2d0e13;
/* SwiftUI */
Color(red: 0.176, green: 0.055, blue: 0.075)
/* Android */
Color.parseColor("#2d0e13")
/* Flutter */
Color(0xFF2D0E13)
/* Python / OpenCV (BGR) */
(19, 14, 45)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#ffffff on #2d0e13 · 17.74:1
Use #ffffffAAA at every size.
Aa
White text · 17.74:1 · recommended
AA pass · AA large pass · AAA pass
Aa
Black text · 1.18:1
AA fail · AA large fail · AAA fail
Reading the other direction: #2d0e13 as text scores 17.74:1 on white and 1.18:1 on black.

Accessibility — WCAG contrast

Aa
#2d0e13 on white: 17.74:1
AA ✓ pass · AA-large · AAA
Aa
#2d0e13 on black: 1.18:1
AA ✗ fail · AA-large · AAA
true color
protanopia · #151413
deuteranopia · #1C1A12
tritanopia · #320A10

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #2d0e13 is pinned to step 950; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#FAF4F5
#F6E9EB
#EDCFD3
#E4A9B3
#D77F8D
#CA5467
#BB3A4F
#9C3042
#7C2735
#5B2029
#2d0e13
Base = 950Lightest = 50 · #FAF4F5Darkest = 950 · #2d0e13
:root {
  --brand-50: #FAF4F5;
  --brand-100: #F6E9EB;
  --brand-200: #EDCFD3;
  --brand-300: #E4A9B3;
  --brand-400: #D77F8D;
  --brand-500: #CA5467;
  --brand-600: #BB3A4F;
  --brand-700: #9C3042;
  --brand-800: #7C2735;
  --brand-900: #5B2029;
  --brand-950: #2d0e13;
  --brand: #2d0e13;
  --brand-ink: #ffffff;
}

Colors that work with #2d0e13

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#ffffff
White wins here
Surface#FAF4F5
Tinted page background
Border#ECC1C8
Hairlines and dividers
Muted text#9B4B58
Captions on the surface
Accent#0D2E21
Second voice, not a rival
Dark variant#611E29
Hover, pressed, headers
Light variant#F9ECEE
Selected rows, tints
Dark surface#241416
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #2d0e13

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Body text and links on white
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Headers, footers and dark-mode surfaces
  • Brand accents, badges and data highlights
Use with care
  • Text on black or near-black surfaces
  • Full-page backgrounds — tiring over long sessions
  • Black text placed on it
  • 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#0E2D28
Analogous left#2D0E23
Analogous right#2D190E
Split-complement 1#0E2D19
Split-complement 2#0E232D
Triadic 1#132D0E
Triadic 2#0E132D
Tetradic#232D0E

RGB percentages

Red17.6%
Green5.5%
Blue7.5%

CMYK percentages

Cyan0.0%
Magenta68.9%
Yellow57.8%
Key (black)82.4%

Color previews

#2d0e13 text on a black background

contrast 1.18:1

Card sample

#2d0e13 text on a white background

contrast 17.74:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #2d0e13;
Background color
Panel with #2d0e13 background
background-color: #2d0e13;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #2d0e13;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(45, 14, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 14, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d0e13;
background: linear-gradient(135deg, #2d0e13, #2D1E0E);

Monochromatic scale

Palettes built from #2d0e13

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.

#2d0e13 in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
Food and drinkEntertainmentRetailSport
Common UI roles
ButtonsLinksFocus statesCharts
Print note

Converts to four-color process without much drama. Proof it anyway.

#2d0e13, answered

What color is #2d0e13?

#2d0e13 is a deep vivid red, closest to Black (ΔE2000 16.7). It sits at 350° on the hue wheel with 53% saturation and 12% lightness, which reads as warm.

What is the RGB value of #2d0e13?

rgb(45, 14, 19) — 45 red, 14 green and 19 blue out of 255, or 17.6% / 5.5% / 7.5% by channel.

Is #2d0e13 a light or a dark color?

It is a dark color. Relative luminance is 0.0092 and perceived brightness is 11%, so white text on it reaches 17.74:1.

Should I use black or white text on #2d0e13?

White. It scores 17.74:1 against #2d0e13, versus 1.18:1 for black — AAA at any size.

What is the complementary color of #2d0e13?

#0E2D28 sits directly opposite on the wheel. Softer options are the split-complements #0E2D19 and #0E232D, which give the same contrast with far less vibration.

What colors go well with #2d0e13?

For interface work: #FAF4F5 as the surface, #ECC1C8 for borders, #9B4B58 for secondary text, #0D2E21 as an accent and #611E29 for hover and pressed states. For a palette, the analogous pair #2D0E23 and #2D190E stays calm, while #0E2D28 is the loudest partner.

What is #2d0e13 in CMYK for printing?

cmyk(0%, 69%, 58%, 82%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #2d0e13 warm or cool?

Warm — it scores 22 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #2D140E; nudged cooler, #2E0D1E.

Work with #2d0e13 in the Color Lab