Navy

#14027E

Blue

Color Codes

All color formats for development

HEX
#14027E
RGB
rgb(20, 2, 126)
HSL
hsl(249, 97%, 25%)
OKLCH
oklch(0.278 0.179 270.7)
CMYK
cmyk(84%, 98%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

15.68: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
#C7BE
300
#9D8B
400
#694F
500
#3E1D
600
#2403
700
#1D03
800
#1402
900
#0D01
950
#0801

Shades

Darker variations

1#120271
2#100264
3#0E0158
4#0C014B
5#0A013F
6#080132
7#060126
8#040019
9#02000D

Tints

Lighter variations

1#1B02A3
2#2103C9
3#2704EF
4#3E1DFC
5#5E43FC
6#7F68FD
7#9F8EFD
8#BFB4FE
9#DFD9FE

Tones

Muted variations

1#190877
2#1D0E71
3#21146B
4#261B65
5#2A215F
6#2E2758
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
#E1DCFE
Light backgroundsTable row hoverSkeleton loading
200
C7BE
#C7BEFE
Secondary backgroundsInput backgroundsDividers
300
9D8B
#9D8BFD
BordersInactive statesPlaceholder text
400
694F
#694FFC
Disabled statesSecondary iconsMuted text
500
3E1D
#3E1DFC
Primary brand colorCTAsActive elementsLinks
600
2403
#2403DD
Hover statesFocus ringsPrimary buttons hover
700
1D03
#1D03B0
Active/pressed statesDark mode accentsSecondary text
800
1402
#14027E
Text on light backgroundsHeadingsStrong borders
900
0D01
#0D0150
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: #E1DCFE;
  --navy-200: #C7BEFE;
  --navy-300: #9D8BFD;
  --navy-400: #694FFC;
  --navy-500: #3E1DFC;
  --navy-600: #2403DD;
  --navy-700: #1D03B0;
  --navy-800: #14027E;
  --navy-900: #0D0150;
  --navy-950: #080132;
}
Generate More ShadesCreate PaletteConvert Color