Black

#081D2B

Blue

Color Codes

All color formats for development

HEX
#081D2B
RGB
rgb(8, 29, 43)
HSL
hsl(204, 69%, 10%)
OKLCH
oklch(0.221 0.038 240.6)
CMYK
cmyk(81%, 33%, 0%, 83%)

Accessibility

WCAG contrast compliance

On White Background

17.20:1

AA AAA

On Black Background

1.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F8
100
#E1F0
200
#C7E2
300
#9CCC
400
#68B2
500
#3D9C
600
#2380
700
#1C66
800
#1449
900
#0D2E
950
#081D

Shades

Darker variations

1#071A27
2#061722
3#06141E
4#05111A
5#040F16
6#030C11
7#02090D
8#020609
9#010304

Tints

Lighter variations

1#0F3752
2#165179
3#1D6B9F
4#2485C6
5#3D9CDB
6#64B0E3
7#8BC4EA
8#B1D7F1
9#D8EBF8

Tones

Muted variations

1#0A1D29
2#0B1C28
3#0D1C26
4#0F1C24
5#111B22
6#121B21
7#141B1F
8#161A1D
9#181A1B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F8
#F2F8FD
BackgroundsSubtle highlightsCard backgrounds
100
E1F0
#E1F0F9
Light backgroundsTable row hoverSkeleton loading
200
C7E2
#C7E2F5
Secondary backgroundsInput backgroundsDividers
300
9CCC
#9CCCED
BordersInactive statesPlaceholder text
400
68B2
#68B2E3
Disabled statesSecondary iconsMuted text
500
3D9C
#3D9CDB
Primary brand colorCTAsActive elementsLinks
600
2380
#2380BE
Hover statesFocus ringsPrimary buttons hover
700
1C66
#1C6697
Active/pressed statesDark mode accentsSecondary text
800
1449
#14496C
Text on light backgroundsHeadingsStrong borders
900
0D2E
#0D2E45
Primary textHigh emphasis contentDark headings
950
081D
#081D2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F2F8FD;
  --black-100: #E1F0F9;
  --black-200: #C7E2F5;
  --black-300: #9CCCED;
  --black-400: #68B2E3;
  --black-500: #3D9CDB;
  --black-600: #2380BE;
  --black-700: #1C6697;
  --black-800: #14496C;
  --black-900: #0D2E45;
  --black-950: #081D2B;
}
Generate More ShadesCreate PaletteConvert Color