Black

#06082D

Blue

Color Codes

All color formats for development

HEX
#06082D
RGB
rgb(6, 8, 45)
HSL
hsl(237, 76%, 10%)
OKLCH
oklch(0.165 0.073 272.3)
CMYK
cmyk(87%, 82%, 0%, 82%)

Accessibility

WCAG contrast compliance

On White Background

19.44:1

AA AAA

On Black Background

1.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F2
100
#E0E1
200
#C5C7
300
#989C
400
#6269
500
#353E
600
#1B23
700
#151C
800
#0F14
900
#0A0D
950
#0608

Shades

Darker variations

1#060728
2#050624
3#04061F
4#04051B
5#030416
6#020312
7#02020D
8#010209
9#010104

Tints

Lighter variations

1#0C0F55
2#11177E
3#171EA6
4#1C25CE
5#353EE3
6#5D64E9
7#868BEE
8#AEB2F4
9#D7D8F9

Tones

Muted variations

1#080A2B
2#0A0C29
3#0C0D27
4#0E0F25
5#101123
6#121321
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
E0E1
#E0E1FB
Light backgroundsTable row hoverSkeleton loading
200
C5C7
#C5C7F7
Secondary backgroundsInput backgroundsDividers
300
989C
#989CF1
BordersInactive statesPlaceholder text
400
6269
#6269EA
Disabled statesSecondary iconsMuted text
500
353E
#353EE3
Primary brand colorCTAsActive elementsLinks
600
1B23
#1B23C5
Hover statesFocus ringsPrimary buttons hover
700
151C
#151C9D
Active/pressed statesDark mode accentsSecondary text
800
0F14
#0F1470
Text on light backgroundsHeadingsStrong borders
900
0A0D
#0A0D48
Primary textHigh emphasis contentDark headings
950
0608
#06082D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F2F2FD;
  --black-100: #E0E1FB;
  --black-200: #C5C7F7;
  --black-300: #989CF1;
  --black-400: #6269EA;
  --black-500: #353EE3;
  --black-600: #1B23C5;
  --black-700: #151C9D;
  --black-800: #0F1470;
  --black-900: #0A0D48;
  --black-950: #06082D;
}
Generate More ShadesCreate PaletteConvert Color