Navy

#021C50

Blue

Color Codes

All color formats for development

HEX
#021C50
RGB
rgb(2, 28, 80)
HSL
hsl(220, 95%, 16%)
OKLCH
oklch(0.247 0.101 261.2)
CMYK
cmyk(98%, 65%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

16.35:1

AA AAA

On Black Background

1.28:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F5
100
#DCE7
200
#BED3
300
#8DB2
400
#5189
500
#1F68
600
#064D
700
#043D
800
#032C
900
#021C
950
#0111

Shades

Darker variations

1#021948
2#021640
3#011438
4#011130
5#010E28
6#010B20
7#010818
8#000610
9#000308

Tints

Lighter variations

1#032B79
2#0439A3
3#0548CD
4#0656F7
5#2E72FA
6#588EFB
7#82AAFC
8#ABC7FD
9#D5E3FE

Tones

Muted variations

1#061D4C
2#0A1E48
3#0E2044
4#122140
5#15223C
6#192438
7#1D2534
8#212631
9#25282D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F5
#F0F5FF
BackgroundsSubtle highlightsCard backgrounds
100
DCE7
#DCE7FE
Light backgroundsTable row hoverSkeleton loading
200
BED3
#BED3FD
Secondary backgroundsInput backgroundsDividers
300
8DB2
#8DB2FC
BordersInactive statesPlaceholder text
400
5189
#5189FB
Disabled statesSecondary iconsMuted text
500
1F68
#1F68F9
Primary brand colorCTAsActive elementsLinks
600
064D
#064DDB
Hover statesFocus ringsPrimary buttons hover
700
043D
#043DAE
Active/pressed statesDark mode accentsSecondary text
800
032C
#032C7C
Text on light backgroundsHeadingsStrong borders
900
021C
#021C50
Primary textHigh emphasis contentDark headings
950
0111
#011132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F0F5FF;
  --navy-100: #DCE7FE;
  --navy-200: #BED3FD;
  --navy-300: #8DB2FC;
  --navy-400: #5189FB;
  --navy-500: #1F68F9;
  --navy-600: #064DDB;
  --navy-700: #043DAE;
  --navy-800: #032C7C;
  --navy-900: #021C50;
  --navy-950: #011132;
}
Generate More ShadesCreate PaletteConvert Color