Navy

#14074B

Blue

Color Codes

All color formats for development

HEX
#14074B
RGB
rgb(20, 7, 75)
HSL
hsl(251, 83%, 16%)
OKLCH
oklch(0.214 0.114 279.6)
CMYK
cmyk(73%, 91%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

18.08:1

AA AAA

On Black Background

1.16:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F1
100
#E4DE
200
#CCC2
300
#A694
400
#775C
500
#502D
600
#3513
700
#2A0F
800
#1E0B
900
#1307
950
#0C04

Shades

Darker variations

1#110643
2#0F063C
3#0E0534
4#0C042D
5#0A0325
6#08031E
7#060216
8#04010F
9#020107

Tints

Lighter variations

1#1E0B72
2#280E99
3#3212C0
4#3C16E7
5#5C3BED
6#7C62F0
7#9D89F4
8#BEB1F8
9#DED8FB

Tones

Muted variations

1#150A47
2#180E44
3#1A1141
4#1C143D
5#1E183A
6#201B36
7#221F33
8#252230
9#27252C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F1
#F3F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E4DE
#E4DEFC
Light backgroundsTable row hoverSkeleton loading
200
CCC2
#CCC2F9
Secondary backgroundsInput backgroundsDividers
300
A694
#A694F5
BordersInactive statesPlaceholder text
400
775C
#775CF0
Disabled statesSecondary iconsMuted text
500
502D
#502DEB
Primary brand colorCTAsActive elementsLinks
600
3513
#3513CD
Hover statesFocus ringsPrimary buttons hover
700
2A0F
#2A0FA3
Active/pressed statesDark mode accentsSecondary text
800
1E0B
#1E0B75
Text on light backgroundsHeadingsStrong borders
900
1307
#13074B
Primary textHigh emphasis contentDark headings
950
0C04
#0C042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F3F1FE;
  --navy-100: #E4DEFC;
  --navy-200: #CCC2F9;
  --navy-300: #A694F5;
  --navy-400: #775CF0;
  --navy-500: #502DEB;
  --navy-600: #3513CD;
  --navy-700: #2A0FA3;
  --navy-800: #1E0B75;
  --navy-900: #13074B;
  --navy-950: #0C042F;
}
Generate More ShadesCreate PaletteConvert Color