Black

#33000A

Red

Color Codes

All color formats for development

HEX
#33000A
RGB
rgb(51, 0, 10)
HSL
hsl(348, 100%, 10%)
OKLCH
oklch(0.204 0.082 15.4)
CMYK
cmyk(0%, 100%, 80%, 80%)

Accessibility

WCAG contrast compliance

On White Background

18.34:1

AA AAA

On Black Background

1.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF0
100
#FFDB
200
#FFBD
300
#FF8A
400
#FF4D
500
#FF1A
600
#E000
700
#B300
800
#8000
900
#5200
950
#3300

Shades

Darker variations

1#2E0009
2#290008
3#240007
4#1F0006
5#1A0005
6#140004
7#0F0003
8#0A0002
9#050001

Tints

Lighter variations

1#610013
2#8F001D
3#BD0026
4#EB002F
5#FF1A47
6#FF476C
7#FF7591
8#FFA3B6
9#FFD1DA

Tones

Muted variations

1#30030C
2#2E050D
3#2B080F
4#290A10
5#260D12
6#240F13
7#211215
8#1F1416
9#1C1718

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF0
#FFF0F3
BackgroundsSubtle highlightsCard backgrounds
100
FFDB
#FFDBE2
Light backgroundsTable row hoverSkeleton loading
200
FFBD
#FFBDCA
Secondary backgroundsInput backgroundsDividers
300
FF8A
#FF8AA1
BordersInactive statesPlaceholder text
400
FF4D
#FF4D70
Disabled statesSecondary iconsMuted text
500
FF1A
#FF1A47
Primary brand colorCTAsActive elementsLinks
600
E000
#E0002D
Hover statesFocus ringsPrimary buttons hover
700
B300
#B30024
Active/pressed statesDark mode accentsSecondary text
800
8000
#80001A
Text on light backgroundsHeadingsStrong borders
900
5200
#520010
Primary textHigh emphasis contentDark headings
950
3300
#33000A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FFF0F3;
  --black-100: #FFDBE2;
  --black-200: #FFBDCA;
  --black-300: #FF8AA1;
  --black-400: #FF4D70;
  --black-500: #FF1A47;
  --black-600: #E0002D;
  --black-700: #B30024;
  --black-800: #80001A;
  --black-900: #520010;
  --black-950: #33000A;
}
Generate More ShadesCreate PaletteConvert Color