Black

#031530

Blue

Color Codes

All color formats for development

HEX
#031530
RGB
rgb(3, 21, 48)
HSL
hsl(216, 88%, 10%)
OKLCH
oklch(0.199 0.06 257.1)
CMYK
cmyk(94%, 56%, 0%, 81%)

Accessibility

WCAG contrast compliance

On White Background

18.20: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
#DDEA
200
#C1D8
300
#91BA
400
#5796
500
#2778
600
#0D5C
700
#0B4A
800
#0835
900
#0522
950
#0315

Shades

Darker variations

1#03132B
2#021126
3#020F22
4#020D1D
5#020B18
6#010813
7#01060E
8#01040A
9#000205

Tints

Lighter variations

1#06285B
2#093B86
3#0B4EB1
4#0E61DD
5#2778F1
6#5293F4
7#7EAEF7
8#A9C9F9
9#D4E4FC

Tones

Muted variations

1#05152E
2#08162B
3#0A1629
4#0C1727
5#0E1725
6#111822
7#131820
8#15191E
9#17191C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F6
#F1F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDEA
#DDEAFD
Light backgroundsTable row hoverSkeleton loading
200
C1D8
#C1D8FB
Secondary backgroundsInput backgroundsDividers
300
91BA
#91BAF8
BordersInactive statesPlaceholder text
400
5796
#5796F4
Disabled statesSecondary iconsMuted text
500
2778
#2778F1
Primary brand colorCTAsActive elementsLinks
600
0D5C
#0D5CD3
Hover statesFocus ringsPrimary buttons hover
700
0B4A
#0B4AA8
Active/pressed statesDark mode accentsSecondary text
800
0835
#083578
Text on light backgroundsHeadingsStrong borders
900
0522
#05224D
Primary textHigh emphasis contentDark headings
950
0315
#031530
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F1F6FE;
  --black-100: #DDEAFD;
  --black-200: #C1D8FB;
  --black-300: #91BAF8;
  --black-400: #5796F4;
  --black-500: #2778F1;
  --black-600: #0D5CD3;
  --black-700: #0B4AA8;
  --black-800: #083578;
  --black-900: #05224D;
  --black-950: #031530;
}
Generate More ShadesCreate PaletteConvert Color