Navy

#14017E

Blue

Color Codes

All color formats for development

HEX
#14017E
RGB
rgb(20, 1, 126)
HSL
hsl(249, 98%, 25%)
OKLCH
oklch(0.278 0.18 270.7)
CMYK
cmyk(84%, 99%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

15.73:1

AA AAA

On Black Background

1.34:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F0
100
#E1DC
200
#C7BD
300
#9C8B
400
#694E
500
#3E1C
600
#2302
700
#1C02
800
#1401
900
#0D01
950
#0801

Shades

Darker variations

1#120172
2#100165
3#0E0158
4#0C014C
5#0A013F
6#080132
7#060026
8#040019
9#02000D

Tints

Lighter variations

1#1A02A4
2#2002CA
3#2602F0
4#3E1CFD
5#5E42FD
6#7E68FD
7#9E8DFE
8#BFB3FE
9#DFD9FF

Tones

Muted variations

1#180878
2#1D0E72
3#21146B
4#261A65
5#2A215F
6#2E2759
7#332D52
8#37334C
9#3B3A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F0
#F2F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E1DC
#E1DCFF
Light backgroundsTable row hoverSkeleton loading
200
C7BD
#C7BDFE
Secondary backgroundsInput backgroundsDividers
300
9C8B
#9C8BFE
BordersInactive statesPlaceholder text
400
694E
#694EFD
Disabled statesSecondary iconsMuted text
500
3E1C
#3E1CFD
Primary brand colorCTAsActive elementsLinks
600
2302
#2302DE
Hover statesFocus ringsPrimary buttons hover
700
1C02
#1C02B1
Active/pressed statesDark mode accentsSecondary text
800
1401
#14017E
Text on light backgroundsHeadingsStrong borders
900
0D01
#0D0151
Primary textHigh emphasis contentDark headings
950
0801
#080132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F2F0FF;
  --navy-100: #E1DCFF;
  --navy-200: #C7BDFE;
  --navy-300: #9C8BFE;
  --navy-400: #694EFD;
  --navy-500: #3E1CFD;
  --navy-600: #2302DE;
  --navy-700: #1C02B1;
  --navy-800: #14017E;
  --navy-900: #0D0151;
  --navy-950: #080132;
}
Generate More ShadesCreate PaletteConvert Color