Navy

#06177A

Blue

Color Codes

All color formats for development

HEX
#06177A
RGB
rgb(6, 23, 122)
HSL
hsl(231, 91%, 25%)
OKLCH
oklch(0.289 0.163 265.6)
CMYK
cmyk(95%, 81%, 0%, 52%)

Accessibility

WCAG contrast compliance

On White Background

14.88:1

AA AAA

On Black Background

1.41:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F2
100
#DDE2
200
#C0C9
300
#8F9F
400
#556D
500
#2443
600
#0A29
700
#0820
800
#0617
900
#040F
950
#0209

Shades

Darker variations

1#05156E
2#051361
3#041055
4#030E49
5#030C3D
6#020931
7#020725
8#010518
9#01020C

Tints

Lighter variations

1#071E9E
2#0925C3
3#0B2CE7
4#2443F5
5#4862F6
6#6D82F8
7#91A1FA
8#B6C0FC
9#DAE0FD

Tones

Muted variations

1#0C1B74
2#111F6E
3#172368
4#1D2763
5#232B5D
6#293057
7#2E3451
8#34384B
9#3A3C46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F2
#F0F2FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE2
#DDE2FD
Light backgroundsTable row hoverSkeleton loading
200
C0C9
#C0C9FC
Secondary backgroundsInput backgroundsDividers
300
8F9F
#8F9FFA
BordersInactive statesPlaceholder text
400
556D
#556DF7
Disabled statesSecondary iconsMuted text
500
2443
#2443F5
Primary brand colorCTAsActive elementsLinks
600
0A29
#0A29D6
Hover statesFocus ringsPrimary buttons hover
700
0820
#0820AA
Active/pressed statesDark mode accentsSecondary text
800
0617
#06177A
Text on light backgroundsHeadingsStrong borders
900
040F
#040F4E
Primary textHigh emphasis contentDark headings
950
0209
#020931
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F0F2FE;
  --navy-100: #DDE2FD;
  --navy-200: #C0C9FC;
  --navy-300: #8F9FFA;
  --navy-400: #556DF7;
  --navy-500: #2443F5;
  --navy-600: #0A29D6;
  --navy-700: #0820AA;
  --navy-800: #06177A;
  --navy-900: #040F4E;
  --navy-950: #020931;
}
Generate More ShadesCreate PaletteConvert Color