Black

#081F2B

Blue

Color Codes

All color formats for development

HEX
#081F2B
RGB
rgb(8, 31, 43)
HSL
hsl(201, 69%, 10%)
OKLCH
oklch(0.227 0.037 234.4)
CMYK
cmyk(81%, 28%, 0%, 83%)

Accessibility

WCAG contrast compliance

On White Background

16.92:1

AA AAA

On Black Background

1.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F9
100
#E1F1
200
#C7E5
300
#9CD0
400
#68B8
500
#3DA4
600
#2387
700
#1C6C
800
#144D
900
#0D31
950
#081F

Shades

Darker variations

1#071C27
2#061922
3#06161E
4#05121A
5#040F16
6#030C11
7#02090D
8#020609
9#010304

Tints

Lighter variations

1#0F3A52
2#165679
3#1D729F
4#248EC6
5#3DA4DB
6#64B6E3
7#8BC8EA
8#B1DBF1
9#D8EDF8

Tones

Muted variations

1#0A1E29
2#0B1E28
3#0D1D26
4#0F1D24
5#111C22
6#121C21
7#141B1F
8#161B1D
9#181A1B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F9
#F2F9FD
BackgroundsSubtle highlightsCard backgrounds
100
E1F1
#E1F1F9
Light backgroundsTable row hoverSkeleton loading
200
C7E5
#C7E5F5
Secondary backgroundsInput backgroundsDividers
300
9CD0
#9CD0ED
BordersInactive statesPlaceholder text
400
68B8
#68B8E3
Disabled statesSecondary iconsMuted text
500
3DA4
#3DA4DB
Primary brand colorCTAsActive elementsLinks
600
2387
#2387BE
Hover statesFocus ringsPrimary buttons hover
700
1C6C
#1C6C97
Active/pressed statesDark mode accentsSecondary text
800
144D
#144D6C
Text on light backgroundsHeadingsStrong borders
900
0D31
#0D3145
Primary textHigh emphasis contentDark headings
950
081F
#081F2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #F2F9FD;
  --black-100: #E1F1F9;
  --black-200: #C7E5F5;
  --black-300: #9CD0ED;
  --black-400: #68B8E3;
  --black-500: #3DA4DB;
  --black-600: #2387BE;
  --black-700: #1C6C97;
  --black-800: #144D6C;
  --black-900: #0D3145;
  --black-950: #081F2B;
}
Generate More ShadesCreate PaletteConvert Color