Navy

#081249

Blue

Color Codes

All color formats for development

HEX
#081249
RGB
rgb(8, 18, 73)
HSL
hsl(231, 80%, 16%)
OKLCH
oklch(0.221 0.102 268)
CMYK
cmyk(89%, 75%, 0%, 71%)

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
#F1F3
100
#DFE3
200
#C3CB
300
#95A4
400
#5E74
500
#304C
600
#1631
700
#1227
800
#0D1C
900
#0812
950
#050B

Shades

Darker variations

1#071042
2#070E3B
3#060D33
4#050B2C
5#040925
6#03071D
7#020516
8#02040F
9#010207

Tints

Lighter variations

1#0C1B70
2#112597
3#152EBD
4#1938E4
5#3E58EA
6#6579EE
7#8B9BF2
8#B2BCF6
9#D8DEFB

Tones

Muted variations

1#0B1446
2#0F1743
3#121940
4#151B3C
5#181D39
6#1C2036
7#1F2233
8#22242F
9#26272C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F3
#F1F3FD
BackgroundsSubtle highlightsCard backgrounds
100
DFE3
#DFE3FB
Light backgroundsTable row hoverSkeleton loading
200
C3CB
#C3CBF8
Secondary backgroundsInput backgroundsDividers
300
95A4
#95A4F3
BordersInactive statesPlaceholder text
400
5E74
#5E74ED
Disabled statesSecondary iconsMuted text
500
304C
#304CE8
Primary brand colorCTAsActive elementsLinks
600
1631
#1631CA
Hover statesFocus ringsPrimary buttons hover
700
1227
#1227A1
Active/pressed statesDark mode accentsSecondary text
800
0D1C
#0D1C73
Text on light backgroundsHeadingsStrong borders
900
0812
#081249
Primary textHigh emphasis contentDark headings
950
050B
#050B2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F3FD;
  --navy-100: #DFE3FB;
  --navy-200: #C3CBF8;
  --navy-300: #95A4F3;
  --navy-400: #5E74ED;
  --navy-500: #304CE8;
  --navy-600: #1631CA;
  --navy-700: #1227A1;
  --navy-800: #0D1C73;
  --navy-900: #081249;
  --navy-950: #050B2E;
}
Generate More ShadesCreate PaletteConvert Color