Black

#0A1429

Blue

Color Codes

All color formats for development

HEX
#0A1429
RGB
rgb(10, 20, 41)
HSL
hsl(221, 61%, 10%)
OKLCH
oklch(0.195 0.045 263.6)
CMYK
cmyk(76%, 51%, 0%, 84%)

Accessibility

WCAG contrast compliance

On White Background

18.34:1

AA AAA

On Black Background

1.14:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F6
100
#E2E9
200
#CAD6
300
#A1B7
400
#6F92
500
#4673
600
#2C57
700
#2345
800
#1931
900
#1020
950
#0A14

Shades

Darker variations

1#091225
2#081021
3#070E1D
4#060C19
5#050A15
6#040810
7#03060C
8#020408
9#010204

Tints

Lighter variations

1#13264E
2#1C3773
3#254998
4#2E5BBD
5#4673D2
6#6B8FDB
7#90ABE4
8#B5C7ED
9#DAE3F6

Tones

Muted variations

1#0C1427
2#0D1526
3#0F1624
4#101623
5#121721
6#131720
7#15181E
8#16181D
9#18191B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F6
#F3F6FC
BackgroundsSubtle highlightsCard backgrounds
100
E2E9
#E2E9F8
Light backgroundsTable row hoverSkeleton loading
200
CAD6
#CAD6F2
Secondary backgroundsInput backgroundsDividers
300
A1B7
#A1B7E8
BordersInactive statesPlaceholder text
400
6F92
#6F92DC
Disabled statesSecondary iconsMuted text
500
4673
#4673D2
Primary brand colorCTAsActive elementsLinks
600
2C57
#2C57B5
Hover statesFocus ringsPrimary buttons hover
700
2345
#234590
Active/pressed statesDark mode accentsSecondary text
800
1931
#193167
Text on light backgroundsHeadingsStrong borders
900
1020
#102042
Primary textHigh emphasis contentDark headings
950
0A14
#0A1429
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F3F6FC;
  --black-100: #E2E9F8;
  --black-200: #CAD6F2;
  --black-300: #A1B7E8;
  --black-400: #6F92DC;
  --black-500: #4673D2;
  --black-600: #2C57B5;
  --black-700: #234590;
  --black-800: #193167;
  --black-900: #102042;
  --black-950: #0A1429;
}
Generate More ShadesCreate PaletteConvert Color