Black

#121321

Blue

Color Codes

All color formats for development

HEX
#121321
RGB
rgb(18, 19, 33)
HSL
hsl(236, 29%, 10%)
OKLCH
oklch(0.193 0.028 280.3)
CMYK
cmyk(45%, 42%, 0%, 87%)

Accessibility

WCAG contrast compliance

On White Background

18.41: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
#F5F5
100
#E8E9
200
#D4D6
300
#B3B6
400
#8C8F
500
#6B6F
600
#5054
700
#3F43
800
#2D30
900
#1D1F
950
#1213

Shades

Darker variations

1#10111E
2#0E0F1A
3#0D0D17
4#0B0B14
5#090A10
6#07080D
7#05060A
8#040407
9#020203

Tints

Lighter variations

1#22243F
2#33355C
3#43477A
4#535897
5#6B6FAE
6#898CBE
7#A6A9CE
8#C4C6DE
9#E1E2EF

Tones

Muted variations

1#131420
2#14141F
3#14151F
4#15161E
5#16161D
6#17171C
7#17181C
8#18181B
9#19191A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F5
#F5F5FA
BackgroundsSubtle highlightsCard backgrounds
100
E8E9
#E8E9F2
Light backgroundsTable row hoverSkeleton loading
200
D4D6
#D4D6E7
Secondary backgroundsInput backgroundsDividers
300
B3B6
#B3B6D5
BordersInactive statesPlaceholder text
400
8C8F
#8C8FC0
Disabled statesSecondary iconsMuted text
500
6B6F
#6B6FAE
Primary brand colorCTAsActive elementsLinks
600
5054
#505491
Hover statesFocus ringsPrimary buttons hover
700
3F43
#3F4373
Active/pressed statesDark mode accentsSecondary text
800
2D30
#2D3052
Text on light backgroundsHeadingsStrong borders
900
1D1F
#1D1F35
Primary textHigh emphasis contentDark headings
950
1213
#121321
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F5F5FA;
  --black-100: #E8E9F2;
  --black-200: #D4D6E7;
  --black-300: #B3B6D5;
  --black-400: #8C8FC0;
  --black-500: #6B6FAE;
  --black-600: #505491;
  --black-700: #3F4373;
  --black-800: #2D3052;
  --black-900: #1D1F35;
  --black-950: #121321;
}
Generate More ShadesCreate PaletteConvert Color