Black

#08102B

Blue

Color Codes

All color formats for development

HEX
#08102B
RGB
rgb(8, 16, 43)
HSL
hsl(226, 69%, 10%)
OKLCH
oklch(0.184 0.056 267.9)
CMYK
cmyk(81%, 63%, 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
#E1E7
200
#C7D2
300
#9CAF
400
#6885
500
#3D62
600
#2347
700
#1C38
800
#1428
900
#0D1A
950
#0810

Shades

Darker variations

1#070F27
2#060D22
3#060B1E
4#050A1A
5#040816
6#030611
7#02050D
8#020309
9#010204

Tints

Lighter variations

1#0F1F52
2#162D79
3#1D3C9F
4#244AC6
5#3D62DB
6#6481E3
7#8BA1EA
8#B1C0F1
9#D8E0F8

Tones

Muted variations

1#0A1129
2#0B1228
3#0D1326
4#0F1424
5#111522
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
E1E7
#E1E7F9
Light backgroundsTable row hoverSkeleton loading
200
C7D2
#C7D2F5
Secondary backgroundsInput backgroundsDividers
300
9CAF
#9CAFED
BordersInactive statesPlaceholder text
400
6885
#6885E3
Disabled statesSecondary iconsMuted text
500
3D62
#3D62DB
Primary brand colorCTAsActive elementsLinks
600
2347
#2347BE
Hover statesFocus ringsPrimary buttons hover
700
1C38
#1C3897
Active/pressed statesDark mode accentsSecondary text
800
1428
#14286C
Text on light backgroundsHeadingsStrong borders
900
0D1A
#0D1A45
Primary textHigh emphasis contentDark headings
950
0810
#08102B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F2F5FD;
  --black-100: #E1E7F9;
  --black-200: #C7D2F5;
  --black-300: #9CAFED;
  --black-400: #6885E3;
  --black-500: #3D62DB;
  --black-600: #2347BE;
  --black-700: #1C3897;
  --black-800: #14286C;
  --black-900: #0D1A45;
  --black-950: #08102B;
}
Generate More ShadesCreate PaletteConvert Color