Black

#0A1529

Blue

Color Codes

All color formats for development

HEX
#0A1529
RGB
rgb(10, 21, 41)
HSL
hsl(219, 61%, 10%)
OKLCH
oklch(0.198 0.044 261.5)
CMYK
cmyk(76%, 49%, 0%, 84%)

Accessibility

WCAG contrast compliance

On White Background

18.23:1

AA AAA

On Black Background

1.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F6
100
#E2EA
200
#CAD8
300
#A1BA
400
#6F95
500
#4677
600
#2C5C
700
#2349
800
#1934
900
#1021
950
#0A15

Shades

Darker variations

1#091325
2#081121
3#070F1D
4#060D19
5#050A15
6#040810
7#03060C
8#020408
9#010204

Tints

Lighter variations

1#13284E
2#1C3A73
3#254D98
4#2E60BD
5#4677D2
6#6B92DB
7#90AEE4
8#B5C9ED
9#DAE4F6

Tones

Muted variations

1#0C1527
2#0D1626
3#0F1624
4#101723
5#121721
6#131820
7#15181E
8#16191D
9#18191B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F6
#F3F6FC
BackgroundsSubtle highlightsCard backgrounds
100
E2EA
#E2EAF8
Light backgroundsTable row hoverSkeleton loading
200
CAD8
#CAD8F2
Secondary backgroundsInput backgroundsDividers
300
A1BA
#A1BAE8
BordersInactive statesPlaceholder text
400
6F95
#6F95DC
Disabled statesSecondary iconsMuted text
500
4677
#4677D2
Primary brand colorCTAsActive elementsLinks
600
2C5C
#2C5CB5
Hover statesFocus ringsPrimary buttons hover
700
2349
#234990
Active/pressed statesDark mode accentsSecondary text
800
1934
#193467
Text on light backgroundsHeadingsStrong borders
900
1021
#102142
Primary textHigh emphasis contentDark headings
950
0A15
#0A1529
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F3F6FC;
  --black-100: #E2EAF8;
  --black-200: #CAD8F2;
  --black-300: #A1BAE8;
  --black-400: #6F95DC;
  --black-500: #4677D2;
  --black-600: #2C5CB5;
  --black-700: #234990;
  --black-800: #193467;
  --black-900: #102142;
  --black-950: #0A1529;
}
Generate More ShadesCreate PaletteConvert Color