Black

#000A33

Blue

Color Codes

All color formats for development

HEX
#000A33
RGB
rgb(0, 10, 51)
HSL
hsl(228, 100%, 10%)
OKLCH
oklch(0.171 0.083 262.6)
CMYK
cmyk(100%, 80%, 0%, 80%)

Accessibility

WCAG contrast compliance

On White Background

19.24:1

AA AAA

On Black Background

1.09:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F3
100
#DBE2
200
#BDCA
300
#8AA1
400
#4D70
500
#1A47
600
#002D
700
#0024
800
#001A
900
#0010
950
#000A

Shades

Darker variations

1#00092E
2#000829
3#000724
4#00061F
5#00051A
6#000414
7#00030F
8#00020A
9#000105

Tints

Lighter variations

1#001361
2#001D8F
3#0026BD
4#002FEB
5#1A47FF
6#476CFF
7#7591FF
8#A3B6FF
9#D1DAFF

Tones

Muted variations

1#030C30
2#050D2E
3#080F2B
4#0A1029
5#0D1226
6#0F1324
7#121521
8#14161F
9#17181C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F3
#F0F3FF
BackgroundsSubtle highlightsCard backgrounds
100
DBE2
#DBE2FF
Light backgroundsTable row hoverSkeleton loading
200
BDCA
#BDCAFF
Secondary backgroundsInput backgroundsDividers
300
8AA1
#8AA1FF
BordersInactive statesPlaceholder text
400
4D70
#4D70FF
Disabled statesSecondary iconsMuted text
500
1A47
#1A47FF
Primary brand colorCTAsActive elementsLinks
600
002D
#002DE0
Hover statesFocus ringsPrimary buttons hover
700
0024
#0024B3
Active/pressed statesDark mode accentsSecondary text
800
001A
#001A80
Text on light backgroundsHeadingsStrong borders
900
0010
#001052
Primary textHigh emphasis contentDark headings
950
000A
#000A33
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F0F3FF;
  --black-100: #DBE2FF;
  --black-200: #BDCAFF;
  --black-300: #8AA1FF;
  --black-400: #4D70FF;
  --black-500: #1A47FF;
  --black-600: #002DE0;
  --black-700: #0024B3;
  --black-800: #001A80;
  --black-900: #001052;
  --black-950: #000A33;
}
Generate More ShadesCreate PaletteConvert Color