Black

#010F32

Blue

Color Codes

All color formats for development

HEX
#010F32
RGB
rgb(1, 15, 50)
HSL
hsl(223, 96%, 10%)
OKLCH
oklch(0.183 0.074 261.2)
CMYK
cmyk(98%, 70%, 0%, 80%)

Accessibility

WCAG contrast compliance

On White Background

18.82:1

AA AAA

On Black Background

1.12:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F4
100
#DCE6
200
#BED0
300
#8CAC
400
#5081
500
#1E5D
600
#0442
700
#0434
800
#0325
900
#0218
950
#010F

Shades

Darker variations

1#010D2D
2#010C28
3#010A23
4#01091E
5#010719
6#000614
7#00040F
8#00030A
9#000105

Tints

Lighter variations

1#021C5F
2#032A8C
3#0437B9
4#0545E6
5#1E5DFA
6#4B7DFB
7#789EFC
8#A5BEFD
9#D2DFFE

Tones

Muted variations

1#031030
2#06112D
3#08122B
4#0B1328
5#0D1426
6#101523
7#121621
8#15171E
9#17181C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F4
#F0F4FF
BackgroundsSubtle highlightsCard backgrounds
100
DCE6
#DCE6FE
Light backgroundsTable row hoverSkeleton loading
200
BED0
#BED0FE
Secondary backgroundsInput backgroundsDividers
300
8CAC
#8CACFD
BordersInactive statesPlaceholder text
400
5081
#5081FB
Disabled statesSecondary iconsMuted text
500
1E5D
#1E5DFA
Primary brand colorCTAsActive elementsLinks
600
0442
#0442DC
Hover statesFocus ringsPrimary buttons hover
700
0434
#0434AF
Active/pressed statesDark mode accentsSecondary text
800
0325
#03257D
Text on light backgroundsHeadingsStrong borders
900
0218
#021850
Primary textHigh emphasis contentDark headings
950
010F
#010F32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F0F4FF;
  --black-100: #DCE6FE;
  --black-200: #BED0FE;
  --black-300: #8CACFD;
  --black-400: #5081FB;
  --black-500: #1E5DFA;
  --black-600: #0442DC;
  --black-700: #0434AF;
  --black-800: #03257D;
  --black-900: #021850;
  --black-950: #010F32;
}
Generate More ShadesCreate PaletteConvert Color