Black

#081A2B

Blue

Color Codes

All color formats for development

HEX
#081A2B
RGB
rgb(8, 26, 43)
HSL
hsl(209, 69%, 10%)
OKLCH
oklch(0.212 0.041 249)
CMYK
cmyk(81%, 40%, 0%, 83%)

Accessibility

WCAG contrast compliance

On White Background

17.60:1

AA AAA

On Black Background

1.19:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F8
100
#E1EE
200
#C7DF
300
#9CC6
400
#68A8
500
#3D8F
600
#2373
700
#1C5B
800
#1441
900
#0D2A
950
#081A

Shades

Darker variations

1#071727
2#061522
3#06121E
4#05101A
5#040D16
6#030A11
7#02080D
8#020509
9#010304

Tints

Lighter variations

1#0F3252
2#164979
3#1D619F
4#2478C6
5#3D8FDB
6#64A5E3
7#8BBCEA
8#B1D2F1
9#D8E9F8

Tones

Muted variations

1#0A1A29
2#0B1A28
3#0D1A26
4#0F1A24
5#111A22
6#121A21
7#141A1F
8#161A1D
9#181A1B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F8
#F2F8FD
BackgroundsSubtle highlightsCard backgrounds
100
E1EE
#E1EEF9
Light backgroundsTable row hoverSkeleton loading
200
C7DF
#C7DFF5
Secondary backgroundsInput backgroundsDividers
300
9CC6
#9CC6ED
BordersInactive statesPlaceholder text
400
68A8
#68A8E3
Disabled statesSecondary iconsMuted text
500
3D8F
#3D8FDB
Primary brand colorCTAsActive elementsLinks
600
2373
#2373BE
Hover statesFocus ringsPrimary buttons hover
700
1C5B
#1C5B97
Active/pressed statesDark mode accentsSecondary text
800
1441
#14416C
Text on light backgroundsHeadingsStrong borders
900
0D2A
#0D2A45
Primary textHigh emphasis contentDark headings
950
081A
#081A2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F2F8FD;
  --black-100: #E1EEF9;
  --black-200: #C7DFF5;
  --black-300: #9CC6ED;
  --black-400: #68A8E3;
  --black-500: #3D8FDB;
  --black-600: #2373BE;
  --black-700: #1C5B97;
  --black-800: #14416C;
  --black-900: #0D2A45;
  --black-950: #081A2B;
}
Generate More ShadesCreate PaletteConvert Color