Black

#031430

Blue

Color Codes

All color formats for development

HEX
#031430
RGB
rgb(3, 20, 48)
HSL
hsl(217, 88%, 10%)
OKLCH
oklch(0.196 0.061 258.3)
CMYK
cmyk(94%, 58%, 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
#F1F6
100
#DDE9
200
#C1D7
300
#91B8
400
#5793
500
#2775
600
#0D59
700
#0B47
800
#0833
900
#0520
950
#0314

Shades

Darker variations

1#03122B
2#021026
3#020E22
4#020C1D
5#020A18
6#010813
7#01060E
8#01040A
9#000205

Tints

Lighter variations

1#06275B
2#093986
3#0B4BB1
4#0E5DDD
5#2775F1
6#5290F4
7#7EACF7
8#A9C8F9
9#D4E3FC

Tones

Muted variations

1#05152E
2#08152B
3#0A1629
4#0C1627
5#0E1725
6#111722
7#131820
8#15181E
9#17191C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F6
#F1F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE9
#DDE9FD
Light backgroundsTable row hoverSkeleton loading
200
C1D7
#C1D7FB
Secondary backgroundsInput backgroundsDividers
300
91B8
#91B8F8
BordersInactive statesPlaceholder text
400
5793
#5793F4
Disabled statesSecondary iconsMuted text
500
2775
#2775F1
Primary brand colorCTAsActive elementsLinks
600
0D59
#0D59D3
Hover statesFocus ringsPrimary buttons hover
700
0B47
#0B47A8
Active/pressed statesDark mode accentsSecondary text
800
0833
#083378
Text on light backgroundsHeadingsStrong borders
900
0520
#05204D
Primary textHigh emphasis contentDark headings
950
0314
#031430
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F1F6FE;
  --black-100: #DDE9FD;
  --black-200: #C1D7FB;
  --black-300: #91B8F8;
  --black-400: #5793F4;
  --black-500: #2775F1;
  --black-600: #0D59D3;
  --black-700: #0B47A8;
  --black-800: #083378;
  --black-900: #05204D;
  --black-950: #031430;
}
Generate More ShadesCreate PaletteConvert Color