Navy

#081C78

Blue

Color Codes

All color formats for development

HEX
#081C78
RGB
rgb(8, 28, 120)
HSL
hsl(229, 88%, 25%)
OKLCH
oklch(0.295 0.155 265.7)
CMYK
cmyk(93%, 77%, 0%, 53%)

Accessibility

WCAG contrast compliance

On White Background

14.51:1

AA AAA

On Black Background

1.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F3
100
#DDE3
200
#C1CB
300
#91A4
400
#5774
500
#274C
600
#0D32
700
#0B28
800
#081C
900
#0512
950
#030B

Shades

Darker variations

1#07196C
2#061760
3#051454
4#051148
5#040E3C
6#030B30
7#020824
8#020618
9#01030C

Tints

Lighter variations

1#0A259C
2#0C2DC0
3#0F36E4
4#274CF1
5#4B6AF4
6#6F88F6
7#93A6F8
8#B7C3FA
9#DBE1FD

Tones

Muted variations

1#0D2072
2#13236D
3#182767
4#1E2A61
5#242E5C
6#293256
7#2F3551
8#35394B
9#3A3C45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F3
#F1F3FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE3
#DDE3FD
Light backgroundsTable row hoverSkeleton loading
200
C1CB
#C1CBFB
Secondary backgroundsInput backgroundsDividers
300
91A4
#91A4F8
BordersInactive statesPlaceholder text
400
5774
#5774F4
Disabled statesSecondary iconsMuted text
500
274C
#274CF1
Primary brand colorCTAsActive elementsLinks
600
0D32
#0D32D3
Hover statesFocus ringsPrimary buttons hover
700
0B28
#0B28A8
Active/pressed statesDark mode accentsSecondary text
800
081C
#081C78
Text on light backgroundsHeadingsStrong borders
900
0512
#05124D
Primary textHigh emphasis contentDark headings
950
030B
#030B30
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F3FE;
  --navy-100: #DDE3FD;
  --navy-200: #C1CBFB;
  --navy-300: #91A4F8;
  --navy-400: #5774F4;
  --navy-500: #274CF1;
  --navy-600: #0D32D3;
  --navy-700: #0B28A8;
  --navy-800: #081C78;
  --navy-900: #05124D;
  --navy-950: #030B30;
}
Generate More ShadesCreate PaletteConvert Color