Black

#05062E

Blue

Color Codes

All color formats for development

HEX
#05062E
RGB
rgb(5, 6, 46)
HSL
hsl(239, 80%, 10%)
OKLCH
oklch(0.16 0.078 271.8)
CMYK
cmyk(89%, 87%, 0%, 82%)

Accessibility

WCAG contrast compliance

On White Background

19.59: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
#F1F1
100
#DFDF
200
#C3C4
300
#9597
400
#5E61
500
#3034
600
#1619
700
#1214
800
#0D0E
900
#0809
950
#0506

Shades

Darker variations

1#050529
2#040525
3#040420
4#03031C
5#030317
6#020212
7#02020E
8#010109
9#010105

Tints

Lighter variations

1#0A0B57
2#0E1081
3#1315AA
4#171BD3
5#3034E8
6#5A5CED
7#8385F1
8#ACAEF6
9#D6D6FA

Tones

Muted variations

1#07082C
2#090A2A
3#0B0C28
4#0D0E26
5#0F1024
6#111222
7#131420
8#15161E
9#17181C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F1
#F1F1FD
BackgroundsSubtle highlightsCard backgrounds
100
DFDF
#DFDFFB
Light backgroundsTable row hoverSkeleton loading
200
C3C4
#C3C4F8
Secondary backgroundsInput backgroundsDividers
300
9597
#9597F3
BordersInactive statesPlaceholder text
400
5E61
#5E61ED
Disabled statesSecondary iconsMuted text
500
3034
#3034E8
Primary brand colorCTAsActive elementsLinks
600
1619
#1619CA
Hover statesFocus ringsPrimary buttons hover
700
1214
#1214A1
Active/pressed statesDark mode accentsSecondary text
800
0D0E
#0D0E73
Text on light backgroundsHeadingsStrong borders
900
0809
#080949
Primary textHigh emphasis contentDark headings
950
0506
#05062E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F1F1FD;
  --black-100: #DFDFFB;
  --black-200: #C3C4F8;
  --black-300: #9597F3;
  --black-400: #5E61ED;
  --black-500: #3034E8;
  --black-600: #1619CA;
  --black-700: #1214A1;
  --black-800: #0D0E73;
  --black-900: #080949;
  --black-950: #05062E;
}
Generate More ShadesCreate PaletteConvert Color