Black

#06062D

Blue

Color Codes

All color formats for development

HEX
#06062D
RGB
rgb(6, 6, 45)
HSL
hsl(240, 76%, 10%)
OKLCH
oklch(0.16 0.076 273.6)
CMYK
cmyk(87%, 87%, 0%, 82%)

Accessibility

WCAG contrast compliance

On White Background

19.60: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
#F2F2
100
#E0E0
200
#C5C5
300
#9898
400
#6262
500
#3535
600
#1B1B
700
#1515
800
#0F0F
900
#0A0A
950
#0606

Shades

Darker variations

1#060628
2#050524
3#04041F
4#04041B
5#030316
6#020212
7#02020D
8#010109
9#010104

Tints

Lighter variations

1#0C0C55
2#11117E
3#1717A6
4#1C1CCE
5#3535E3
6#5D5DE9
7#8686EE
8#AEAEF4
9#D7D7F9

Tones

Muted variations

1#08082B
2#0A0A29
3#0C0C27
4#0E0E25
5#101023
6#121221
7#14141F
8#16161D
9#18181B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F2
#F2F2FD
BackgroundsSubtle highlightsCard backgrounds
100
E0E0
#E0E0FB
Light backgroundsTable row hoverSkeleton loading
200
C5C5
#C5C5F7
Secondary backgroundsInput backgroundsDividers
300
9898
#9898F1
BordersInactive statesPlaceholder text
400
6262
#6262EA
Disabled statesSecondary iconsMuted text
500
3535
#3535E3
Primary brand colorCTAsActive elementsLinks
600
1B1B
#1B1BC5
Hover statesFocus ringsPrimary buttons hover
700
1515
#15159D
Active/pressed statesDark mode accentsSecondary text
800
0F0F
#0F0F70
Text on light backgroundsHeadingsStrong borders
900
0A0A
#0A0A48
Primary textHigh emphasis contentDark headings
950
0606
#06062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F2F2FD;
  --black-100: #E0E0FB;
  --black-200: #C5C5F7;
  --black-300: #9898F1;
  --black-400: #6262EA;
  --black-500: #3535E3;
  --black-600: #1B1BC5;
  --black-700: #15159D;
  --black-800: #0F0F70;
  --black-900: #0A0A48;
  --black-950: #06062D;
}
Generate More ShadesCreate PaletteConvert Color