Black

#021431

Blue

Color Codes

All color formats for development

HEX
#021431
RGB
rgb(2, 20, 49)
HSL
hsl(217, 92%, 10%)
OKLCH
oklch(0.196 0.064 257.7)
CMYK
cmyk(96%, 59%, 0%, 81%)

Accessibility

WCAG contrast compliance

On White Background

18.31: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
#F0F6
100
#DDE9
200
#BFD7
300
#8EB8
400
#5493
500
#2374
600
#0958
700
#0746
800
#0532
900
#0320
950
#0214

Shades

Darker variations

1#02122C
2#021027
3#010E22
4#010C1D
5#010A18
6#010814
7#01060F
8#00040A
9#000205

Tints

Lighter variations

1#04265D
2#063889
3#084AB5
4#095CE1
5#2374F6
6#4F8FF8
7#7BABF9
8#A7C7FB
9#D3E3FD

Tones

Muted variations

1#04152F
2#07152C
3#09162A
4#0B1628
5#0E1725
6#101723
7#121821
8#15181E
9#17191C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE9
#DDE9FE
Light backgroundsTable row hoverSkeleton loading
200
BFD7
#BFD7FC
Secondary backgroundsInput backgroundsDividers
300
8EB8
#8EB8FA
BordersInactive statesPlaceholder text
400
5493
#5493F8
Disabled statesSecondary iconsMuted text
500
2374
#2374F6
Primary brand colorCTAsActive elementsLinks
600
0958
#0958D7
Hover statesFocus ringsPrimary buttons hover
700
0746
#0746AB
Active/pressed statesDark mode accentsSecondary text
800
0532
#05327A
Text on light backgroundsHeadingsStrong borders
900
0320
#03204E
Primary textHigh emphasis contentDark headings
950
0214
#021431
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F0F6FE;
  --black-100: #DDE9FE;
  --black-200: #BFD7FC;
  --black-300: #8EB8FA;
  --black-400: #5493F8;
  --black-500: #2374F6;
  --black-600: #0958D7;
  --black-700: #0746AB;
  --black-800: #05327A;
  --black-900: #03204E;
  --black-950: #021431;
}
Generate More ShadesCreate PaletteConvert Color