Black

#07102C

Blue

Color Codes

All color formats for development

HEX
#07102C
RGB
rgb(7, 16, 44)
HSL
hsl(225, 73%, 10%)
OKLCH
oklch(0.184 0.058 266.8)
CMYK
cmyk(84%, 64%, 0%, 83%)

Accessibility

WCAG contrast compliance

On White Background

18.76:1

AA AAA

On Black Background

1.12:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F5
100
#E0E7
200
#C6D2
300
#9AAF
400
#6585
500
#3862
600
#1E47
700
#1839
800
#1128
900
#0B1A
950
#0710

Shades

Darker variations

1#060F28
2#060D23
3#050B1F
4#040A1A
5#030816
6#030612
7#02050D
8#010309
9#010204

Tints

Lighter variations

1#0D1F54
2#132D7C
3#193CA3
4#204ACB
5#3862E0
6#6082E6
7#88A1EC
8#B0C0F3
9#D7E0F9

Tones

Muted variations

1#09112A
2#0B1228
3#0C1327
4#0E1425
5#101523
6#121621
7#14171F
8#16181D
9#18191B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F5
#F2F5FD
BackgroundsSubtle highlightsCard backgrounds
100
E0E7
#E0E7FA
Light backgroundsTable row hoverSkeleton loading
200
C6D2
#C6D2F6
Secondary backgroundsInput backgroundsDividers
300
9AAF
#9AAFEF
BordersInactive statesPlaceholder text
400
6585
#6585E7
Disabled statesSecondary iconsMuted text
500
3862
#3862E0
Primary brand colorCTAsActive elementsLinks
600
1E47
#1E47C2
Hover statesFocus ringsPrimary buttons hover
700
1839
#18399A
Active/pressed statesDark mode accentsSecondary text
800
1128
#11286E
Text on light backgroundsHeadingsStrong borders
900
0B1A
#0B1A47
Primary textHigh emphasis contentDark headings
950
0710
#07102C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F2F5FD;
  --black-100: #E0E7FA;
  --black-200: #C6D2F6;
  --black-300: #9AAFEF;
  --black-400: #6585E7;
  --black-500: #3862E0;
  --black-600: #1E47C2;
  --black-700: #18399A;
  --black-800: #11286E;
  --black-900: #0B1A47;
  --black-950: #07102C;
}
Generate More ShadesCreate PaletteConvert Color