Black

#021331

Blue

Color Codes

All color formats for development

HEX
#021331
RGB
rgb(2, 19, 49)
HSL
hsl(218, 92%, 10%)
OKLCH
oklch(0.193 0.065 258.7)
CMYK
cmyk(96%, 61%, 0%, 81%)

Accessibility

WCAG contrast compliance

On White Background

18.42: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
#F0F5
100
#DDE9
200
#BFD6
300
#8EB6
400
#5490
500
#2370
600
#0955
700
#0743
800
#0530
900
#031F
950
#0213

Shades

Darker variations

1#02112C
2#020F27
3#010D22
4#010C1D
5#010A18
6#010814
7#01060F
8#00040A
9#000205

Tints

Lighter variations

1#04255D
2#063689
3#0847B5
4#0959E1
5#2370F6
6#4F8DF8
7#7BA9F9
8#A7C6FB
9#D3E2FD

Tones

Muted variations

1#04142F
2#07142C
3#09152A
4#0B1628
5#0E1625
6#101723
7#121821
8#15181E
9#17191C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F5
#F0F5FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE9
#DDE9FE
Light backgroundsTable row hoverSkeleton loading
200
BFD6
#BFD6FC
Secondary backgroundsInput backgroundsDividers
300
8EB6
#8EB6FA
BordersInactive statesPlaceholder text
400
5490
#5490F8
Disabled statesSecondary iconsMuted text
500
2370
#2370F6
Primary brand colorCTAsActive elementsLinks
600
0955
#0955D7
Hover statesFocus ringsPrimary buttons hover
700
0743
#0743AB
Active/pressed statesDark mode accentsSecondary text
800
0530
#05307A
Text on light backgroundsHeadingsStrong borders
900
031F
#031F4E
Primary textHigh emphasis contentDark headings
950
0213
#021331
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F0F5FE;
  --black-100: #DDE9FE;
  --black-200: #BFD6FC;
  --black-300: #8EB6FA;
  --black-400: #5490F8;
  --black-500: #2370F6;
  --black-600: #0955D7;
  --black-700: #0743AB;
  --black-800: #05307A;
  --black-900: #031F4E;
  --black-950: #021331;
}
Generate More ShadesCreate PaletteConvert Color