Navy

#10054D

Blue

Color Codes

All color formats for development

HEX
#10054D
RGB
rgb(16, 5, 77)
HSL
hsl(249, 88%, 16%)
OKLCH
oklch(0.21 0.12 276)
CMYK
cmyk(79%, 94%, 0%, 70%)

Accessibility

WCAG contrast compliance

On White Background

18.25:1

AA AAA

On Black Background

1.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F1
100
#E2DD
200
#C9C1
300
#A091
400
#6F57
500
#4627
600
#2B0D
700
#220B
800
#1808
900
#1005
950
#0A03

Shades

Darker variations

1#0E0445
2#0D043D
3#0B0336
4#09032E
5#080226
6#06021F
7#050117
8#03010F
9#020008

Tints

Lighter variations

1#180775
2#200A9D
3#280DC6
4#310FEE
5#5236F2
6#755EF5
7#9786F7
8#BAAEFA
9#DCD7FC

Tones

Muted variations

1#120849
2#150C46
3#171042
4#1A133E
5#1C173B
6#1F1A37
7#211E34
8#242230
9#26252C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F1
#F3F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E2DD
#E2DDFD
Light backgroundsTable row hoverSkeleton loading
200
C9C1
#C9C1FB
Secondary backgroundsInput backgroundsDividers
300
A091
#A091F8
BordersInactive statesPlaceholder text
400
6F57
#6F57F4
Disabled statesSecondary iconsMuted text
500
4627
#4627F1
Primary brand colorCTAsActive elementsLinks
600
2B0D
#2B0DD3
Hover statesFocus ringsPrimary buttons hover
700
220B
#220BA8
Active/pressed statesDark mode accentsSecondary text
800
1808
#180878
Text on light backgroundsHeadingsStrong borders
900
1005
#10054D
Primary textHigh emphasis contentDark headings
950
0A03
#0A0330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F3F1FE;
  --navy-100: #E2DDFD;
  --navy-200: #C9C1FB;
  --navy-300: #A091F8;
  --navy-400: #6F57F4;
  --navy-500: #4627F1;
  --navy-600: #2B0DD3;
  --navy-700: #220BA8;
  --navy-800: #180878;
  --navy-900: #10054D;
  --navy-950: #0A0330;
}
Generate More ShadesCreate PaletteConvert Color