Navy

#081178

Blue

Color Codes

All color formats for development

HEX
#081178
RGB
rgb(8, 17, 120)
HSL
hsl(235, 88%, 25%)
OKLCH
oklch(0.279 0.166 266.5)
CMYK
cmyk(93%, 86%, 0%, 53%)

Accessibility

WCAG contrast compliance

On White Background

15.42:1

AA AAA

On Black Background

1.36:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F2
100
#DDE0
200
#C1C6
300
#9199
400
#5764
500
#2738
600
#0D1E
700
#0B18
800
#0811
900
#050B
950
#0307

Shades

Darker variations

1#070F6C
2#060E60
3#050C54
4#050A48
5#04083C
6#030730
7#020524
8#020318
9#01020C

Tints

Lighter variations

1#0A169C
2#0C1BC0
3#0F20E4
4#2738F1
5#4B59F4
6#6F7AF6
7#939CF8
8#B7BDFA
9#DBDEFD

Tones

Muted variations

1#0D1672
2#131A6D
3#181F67
4#1E2461
5#24285C
6#292D56
7#2F3251
8#35364B
9#3A3B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F2
#F1F2FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE0
#DDE0FD
Light backgroundsTable row hoverSkeleton loading
200
C1C6
#C1C6FB
Secondary backgroundsInput backgroundsDividers
300
9199
#9199F8
BordersInactive statesPlaceholder text
400
5764
#5764F4
Disabled statesSecondary iconsMuted text
500
2738
#2738F1
Primary brand colorCTAsActive elementsLinks
600
0D1E
#0D1ED3
Hover statesFocus ringsPrimary buttons hover
700
0B18
#0B18A8
Active/pressed statesDark mode accentsSecondary text
800
0811
#081178
Text on light backgroundsHeadingsStrong borders
900
050B
#050B4D
Primary textHigh emphasis contentDark headings
950
0307
#030730
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F2FE;
  --navy-100: #DDE0FD;
  --navy-200: #C1C6FB;
  --navy-300: #9199F8;
  --navy-400: #5764F4;
  --navy-500: #2738F1;
  --navy-600: #0D1ED3;
  --navy-700: #0B18A8;
  --navy-800: #081178;
  --navy-900: #050B4D;
  --navy-950: #030730;
}
Generate More ShadesCreate PaletteConvert Color