Black

#031830

Blue

Color Codes

All color formats for development

HEX
#031830
RGB
rgb(3, 24, 48)
HSL
hsl(212, 88%, 10%)
OKLCH
oklch(0.207 0.055 252.8)
CMYK
cmyk(94%, 50%, 0%, 81%)

Accessibility

WCAG contrast compliance

On White Background

17.84:1

AA AAA

On Black Background

1.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F7
100
#DDEC
200
#C1DC
300
#91C1
400
#57A1
500
#2786
600
#0D6A
700
#0B54
800
#083C
900
#0526
950
#0318

Shades

Darker variations

1#03162B
2#021326
3#021122
4#020E1D
5#020C18
6#010A13
7#01070E
8#01050A
9#000205

Tints

Lighter variations

1#062E5B
2#094386
3#0B59B1
4#0E6EDD
5#2786F1
6#529EF4
7#7EB6F7
8#A9CEF9
9#D4E7FC

Tones

Muted variations

1#05182E
2#08182B
3#0A1829
4#0C1927
5#0E1925
6#111922
7#131920
8#15191E
9#17191C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F7
#F1F7FE
BackgroundsSubtle highlightsCard backgrounds
100
DDEC
#DDECFD
Light backgroundsTable row hoverSkeleton loading
200
C1DC
#C1DCFB
Secondary backgroundsInput backgroundsDividers
300
91C1
#91C1F8
BordersInactive statesPlaceholder text
400
57A1
#57A1F4
Disabled statesSecondary iconsMuted text
500
2786
#2786F1
Primary brand colorCTAsActive elementsLinks
600
0D6A
#0D6AD3
Hover statesFocus ringsPrimary buttons hover
700
0B54
#0B54A8
Active/pressed statesDark mode accentsSecondary text
800
083C
#083C78
Text on light backgroundsHeadingsStrong borders
900
0526
#05264D
Primary textHigh emphasis contentDark headings
950
0318
#031830
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F1F7FE;
  --black-100: #DDECFD;
  --black-200: #C1DCFB;
  --black-300: #91C1F8;
  --black-400: #57A1F4;
  --black-500: #2786F1;
  --black-600: #0D6AD3;
  --black-700: #0B54A8;
  --black-800: #083C78;
  --black-900: #05264D;
  --black-950: #031830;
}
Generate More ShadesCreate PaletteConvert Color