Black

#08062D

Blue

Color Codes

All color formats for development

HEX
#08062D
RGB
rgb(8, 6, 45)
HSL
hsl(243, 76%, 10%)
OKLCH
oklch(0.162 0.076 276.6)
CMYK
cmyk(82%, 87%, 0%, 82%)

Accessibility

WCAG contrast compliance

On White Background

19.55: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
#E1E0
200
#C7C5
300
#9C98
400
#6962
500
#3E35
600
#231B
700
#1C15
800
#140F
900
#0D0A
950
#0806

Shades

Darker variations

1#070628
2#060524
3#06041F
4#05041B
5#040316
6#030212
7#02020D
8#020109
9#010104

Tints

Lighter variations

1#0F0C55
2#17117E
3#1E17A6
4#251CCE
5#3E35E3
6#645DE9
7#8B86EE
8#B2AEF4
9#D8D7F9

Tones

Muted variations

1#0A082B
2#0C0A29
3#0D0C27
4#0F0E25
5#111023
6#131221
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
E1E0
#E1E0FB
Light backgroundsTable row hoverSkeleton loading
200
C7C5
#C7C5F7
Secondary backgroundsInput backgroundsDividers
300
9C98
#9C98F1
BordersInactive statesPlaceholder text
400
6962
#6962EA
Disabled statesSecondary iconsMuted text
500
3E35
#3E35E3
Primary brand colorCTAsActive elementsLinks
600
231B
#231BC5
Hover statesFocus ringsPrimary buttons hover
700
1C15
#1C159D
Active/pressed statesDark mode accentsSecondary text
800
140F
#140F70
Text on light backgroundsHeadingsStrong borders
900
0D0A
#0D0A48
Primary textHigh emphasis contentDark headings
950
0806
#08062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F2F2FD;
  --black-100: #E1E0FB;
  --black-200: #C7C5F7;
  --black-300: #9C98F1;
  --black-400: #6962EA;
  --black-500: #3E35E3;
  --black-600: #231BC5;
  --black-700: #1C159D;
  --black-800: #140F70;
  --black-900: #0D0A48;
  --black-950: #08062D;
}
Generate More ShadesCreate PaletteConvert Color