Black

#300306

Red

Color Codes

All color formats for development

HEX
#300306
RGB
rgb(48, 3, 6)
HSL
hsl(356, 88%, 10%)
OKLCH
oklch(0.201 0.073 22.4)
CMYK
cmyk(0%, 94%, 87%, 81%)

Accessibility

WCAG contrast compliance

On White Background

18.40:1

AA AAA

On Black Background

1.14:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF1
100
#FDDD
200
#FBC1
300
#F891
400
#F457
500
#F127
600
#D30D
700
#A80B
800
#7808
900
#4D05
950
#3003

Shades

Darker variations

1#2B0305
2#260205
3#220204
4#1D0204
5#180203
6#130102
7#0E0102
8#0A0101
9#050001

Tints

Lighter variations

1#5B060B
2#860911
3#B10B16
4#DD0E1C
5#F12735
6#F4525D
7#F77E86
8#F9A9AE
9#FCD4D7

Tones

Muted variations

1#2E0508
2#2B080A
3#290A0C
4#270C0E
5#250E10
6#221112
7#201314
8#1E1516
9#1C1718

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F2
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDE0
Light backgroundsTable row hoverSkeleton loading
200
FBC1
#FBC1C5
Secondary backgroundsInput backgroundsDividers
300
F891
#F89198
BordersInactive statesPlaceholder text
400
F457
#F45762
Disabled statesSecondary iconsMuted text
500
F127
#F12735
Primary brand colorCTAsActive elementsLinks
600
D30D
#D30D1B
Hover statesFocus ringsPrimary buttons hover
700
A80B
#A80B15
Active/pressed statesDark mode accentsSecondary text
800
7808
#78080F
Text on light backgroundsHeadingsStrong borders
900
4D05
#4D050A
Primary textHigh emphasis contentDark headings
950
3003
#300306
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FEF1F2;
  --black-100: #FDDDE0;
  --black-200: #FBC1C5;
  --black-300: #F89198;
  --black-400: #F45762;
  --black-500: #F12735;
  --black-600: #D30D1B;
  --black-700: #A80B15;
  --black-800: #78080F;
  --black-900: #4D050A;
  --black-950: #300306;
}
Generate More ShadesCreate PaletteConvert Color