Black

#031330

Blue

Color Codes

All color formats for development

HEX
#031330
RGB
rgb(3, 19, 48)
HSL
hsl(219, 88%, 10%)
OKLCH
oklch(0.193 0.063 259.5)
CMYK
cmyk(94%, 60%, 0%, 81%)

Accessibility

WCAG contrast compliance

On White Background

18.43: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
#F1F5
100
#DDE8
200
#C1D5
300
#91B5
400
#578E
500
#276E
600
#0D53
700
#0B42
800
#082F
900
#051E
950
#0313

Shades

Darker variations

1#03112B
2#020F26
3#020D22
4#020B1D
5#020918
6#010813
7#01060E
8#01040A
9#000205

Tints

Lighter variations

1#06245B
2#093586
3#0B45B1
4#0E56DD
5#276EF1
6#528BF4
7#7EA8F7
8#A9C5F9
9#D4E2FC

Tones

Muted variations

1#05132E
2#08142B
3#0A1529
4#0C1527
5#0E1625
6#111722
7#131720
8#15181E
9#17191C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F5
#F1F5FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE8
#DDE8FD
Light backgroundsTable row hoverSkeleton loading
200
C1D5
#C1D5FB
Secondary backgroundsInput backgroundsDividers
300
91B5
#91B5F8
BordersInactive statesPlaceholder text
400
578E
#578EF4
Disabled statesSecondary iconsMuted text
500
276E
#276EF1
Primary brand colorCTAsActive elementsLinks
600
0D53
#0D53D3
Hover statesFocus ringsPrimary buttons hover
700
0B42
#0B42A8
Active/pressed statesDark mode accentsSecondary text
800
082F
#082F78
Text on light backgroundsHeadingsStrong borders
900
051E
#051E4D
Primary textHigh emphasis contentDark headings
950
0313
#031330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F1F5FE;
  --black-100: #DDE8FD;
  --black-200: #C1D5FB;
  --black-300: #91B5F8;
  --black-400: #578EF4;
  --black-500: #276EF1;
  --black-600: #0D53D3;
  --black-700: #0B42A8;
  --black-800: #082F78;
  --black-900: #051E4D;
  --black-950: #031330;
}
Generate More ShadesCreate PaletteConvert Color