Black

#012032

Blue

Color Codes

All color formats for development

HEX
#012032
RGB
rgb(1, 32, 50)
HSL
hsl(202, 96%, 10%)
OKLCH
oklch(0.232 0.05 238.5)
CMYK
cmyk(98%, 36%, 0%, 80%)

Accessibility

WCAG contrast compliance

On White Background

16.75:1

AA AAA

On Black Background

1.25:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F9
100
#DCF2
200
#BEE6
300
#8CD3
400
#50BD
500
#1EAA
600
#048D
700
#0470
800
#0350
900
#0233
950
#0120

Shades

Darker variations

1#011D2D
2#011A28
3#011623
4#01131E
5#011019
6#000D14
7#000A0F
8#00060A
9#000305

Tints

Lighter variations

1#023D5F
2#035A8C
3#0477B9
4#0593E6
5#1EAAFA
6#4BBBFB
7#78CCFC
8#A5DDFD
9#D2EEFE

Tones

Muted variations

1#031F30
2#061F2D
3#081E2B
4#0B1D28
5#0D1D26
6#101C23
7#121B21
8#151B1E
9#171A1C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F9
#F0F9FF
BackgroundsSubtle highlightsCard backgrounds
100
DCF2
#DCF2FE
Light backgroundsTable row hoverSkeleton loading
200
BEE6
#BEE6FE
Secondary backgroundsInput backgroundsDividers
300
8CD3
#8CD3FD
BordersInactive statesPlaceholder text
400
50BD
#50BDFB
Disabled statesSecondary iconsMuted text
500
1EAA
#1EAAFA
Primary brand colorCTAsActive elementsLinks
600
048D
#048DDC
Hover statesFocus ringsPrimary buttons hover
700
0470
#0470AF
Active/pressed statesDark mode accentsSecondary text
800
0350
#03507D
Text on light backgroundsHeadingsStrong borders
900
0233
#023350
Primary textHigh emphasis contentDark headings
950
0120
#012032
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F0F9FF;
  --black-100: #DCF2FE;
  --black-200: #BEE6FE;
  --black-300: #8CD3FD;
  --black-400: #50BDFB;
  --black-500: #1EAAFA;
  --black-600: #048DDC;
  --black-700: #0470AF;
  --black-800: #03507D;
  --black-900: #023350;
  --black-950: #012032;
}
Generate More ShadesCreate PaletteConvert Color