Black

#010C1D

Blue

Color Codes

All color formats for development

HEX
#010C1D
RGB
rgb(1, 12, 29)
HSL
hsl(216, 93%, 6%)
OKLCH
oklch(0.153 0.042 252.9)
CMYK
cmyk(97%, 59%, 0%, 89%)

Accessibility

WCAG contrast compliance

On White Background

19.60:1

AA AAA

On Black Background

1.07:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DDEA
200
#BFD8
300
#8EB9
400
#5395
500
#2277
600
#085B
700
#0649
800
#0434
900
#0321
950
#0215

Shades

Darker variations

1#010B1B
2#010A18
3#010915
4#010712
5#01060F
6#00050C
7#000409
8#000206
9#000103

Tints

Lighter variations

1#03204C
2#04337A
3#0647A8
4#085BD7
5#1871F7
6#468DF8
7#74AAFA
8#A2C6FC
9#D1E3FD

Tones

Muted variations

1#020D1C
2#040D1B
3#050D19
4#070E18
5#080E16
6#0A0E15
7#0B0E14
8#0C0F12
9#0E0F11

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDEA
#DDEAFE
Light backgroundsTable row hoverSkeleton loading
200
BFD8
#BFD8FD
Secondary backgroundsInput backgroundsDividers
300
8EB9
#8EB9FB
BordersInactive statesPlaceholder text
400
5395
#5395F9
Disabled statesSecondary iconsMuted text
500
2277
#2277F7
Primary brand colorCTAsActive elementsLinks
600
085B
#085BD9
Hover statesFocus ringsPrimary buttons hover
700
0649
#0649AC
Active/pressed statesDark mode accentsSecondary text
800
0434
#04347B
Text on light backgroundsHeadingsStrong borders
900
0321
#03214F
Primary textHigh emphasis contentDark headings
950
0215
#021531
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F0F6FE;
  --black-100: #DDEAFE;
  --black-200: #BFD8FD;
  --black-300: #8EB9FB;
  --black-400: #5395F9;
  --black-500: #2277F7;
  --black-600: #085BD9;
  --black-700: #0649AC;
  --black-800: #04347B;
  --black-900: #03214F;
  --black-950: #021531;
}
Generate More ShadesCreate PaletteConvert Color