Navy

#080878

Blue

Color Codes

All color formats for development

HEX
#080878
RGB
rgb(8, 8, 120)
HSL
hsl(240, 88%, 25%)
OKLCH
oklch(0.27 0.172 266.7)
CMYK
cmyk(93%, 93%, 0%, 53%)

Accessibility

WCAG contrast compliance

On White Background

15.95:1

AA AAA

On Black Background

1.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F1
100
#DDDD
200
#C1C1
300
#9191
400
#5757
500
#2727
600
#0D0D
700
#0B0B
800
#0808
900
#0505
950
#0303

Shades

Darker variations

1#07076C
2#060660
3#050554
4#050548
5#04043C
6#030330
7#020224
8#020218
9#01010C

Tints

Lighter variations

1#0A0A9C
2#0C0CC0
3#0F0FE4
4#2727F1
5#4B4BF4
6#6F6FF6
7#9393F8
8#B7B7FA
9#DBDBFD

Tones

Muted variations

1#0D0D72
2#13136D
3#181867
4#1E1E61
5#24245C
6#292956
7#2F2F51
8#35354B
9#3A3A45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F1
#F1F1FE
BackgroundsSubtle highlightsCard backgrounds
100
DDDD
#DDDDFD
Light backgroundsTable row hoverSkeleton loading
200
C1C1
#C1C1FB
Secondary backgroundsInput backgroundsDividers
300
9191
#9191F8
BordersInactive statesPlaceholder text
400
5757
#5757F4
Disabled statesSecondary iconsMuted text
500
2727
#2727F1
Primary brand colorCTAsActive elementsLinks
600
0D0D
#0D0DD3
Hover statesFocus ringsPrimary buttons hover
700
0B0B
#0B0BA8
Active/pressed statesDark mode accentsSecondary text
800
0808
#080878
Text on light backgroundsHeadingsStrong borders
900
0505
#05054D
Primary textHigh emphasis contentDark headings
950
0303
#030330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F1FE;
  --navy-100: #DDDDFD;
  --navy-200: #C1C1FB;
  --navy-300: #9191F8;
  --navy-400: #5757F4;
  --navy-500: #2727F1;
  --navy-600: #0D0DD3;
  --navy-700: #0B0BA8;
  --navy-800: #080878;
  --navy-900: #05054D;
  --navy-950: #030330;
}
Generate More ShadesCreate PaletteConvert Color