Black

#08162B

Blue

Color Codes

All color formats for development

HEX
#08162B
RGB
rgb(8, 22, 43)
HSL
hsl(216, 69%, 10%)
OKLCH
oklch(0.201 0.047 258.2)
CMYK
cmyk(81%, 49%, 0%, 83%)

Accessibility

WCAG contrast compliance

On White Background

18.10:1

AA AAA

On Black Background

1.16:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F6
100
#E1EB
200
#C7D9
300
#9CBC
400
#6899
500
#3D7C
600
#2361
700
#1C4D
800
#1437
900
#0D23
950
#0816

Shades

Darker variations

1#071427
2#061222
3#060F1E
4#050D1A
5#040B16
6#030911
7#02070D
8#020409
9#010204

Tints

Lighter variations

1#0F2A52
2#163E79
3#1D519F
4#2465C6
5#3D7CDB
6#6497E3
7#8BB1EA
8#B1CBF1
9#D8E5F8

Tones

Muted variations

1#0A1629
2#0B1728
3#0D1726
4#0F1724
5#111822
6#121821
7#14181F
8#16191D
9#18191B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F6
#F2F6FD
BackgroundsSubtle highlightsCard backgrounds
100
E1EB
#E1EBF9
Light backgroundsTable row hoverSkeleton loading
200
C7D9
#C7D9F5
Secondary backgroundsInput backgroundsDividers
300
9CBC
#9CBCED
BordersInactive statesPlaceholder text
400
6899
#6899E3
Disabled statesSecondary iconsMuted text
500
3D7C
#3D7CDB
Primary brand colorCTAsActive elementsLinks
600
2361
#2361BE
Hover statesFocus ringsPrimary buttons hover
700
1C4D
#1C4D97
Active/pressed statesDark mode accentsSecondary text
800
1437
#14376C
Text on light backgroundsHeadingsStrong borders
900
0D23
#0D2345
Primary textHigh emphasis contentDark headings
950
0816
#08162B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F2F6FD;
  --black-100: #E1EBF9;
  --black-200: #C7D9F5;
  --black-300: #9CBCED;
  --black-400: #6899E3;
  --black-500: #3D7CDB;
  --black-600: #2361BE;
  --black-700: #1C4D97;
  --black-800: #14376C;
  --black-900: #0D2345;
  --black-950: #08162B;
}
Generate More ShadesCreate PaletteConvert Color