Navy

#021D4F

Blue

Color Codes

All color formats for development

HEX
#021D4F
RGB
rgb(2, 29, 79)
HSL
hsl(219, 95%, 16%)
OKLCH
oklch(0.249 0.098 260.6)
CMYK
cmyk(97%, 63%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

16.26:1

AA AAA

On Black Background

1.29:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F5
100
#DCE8
200
#BED4
300
#8DB4
400
#518C
500
#1F6C
600
#0650
700
#0440
800
#032E
900
#021D
950
#0112

Shades

Darker variations

1#021A48
2#021740
3#011438
4#011230
5#010F28
6#010C20
7#010918
8#000610
9#000308

Tints

Lighter variations

1#032C79
2#043CA3
3#054BCD
4#065AF7
5#2E75FA
6#5891FB
7#82ACFC
8#ABC8FD
9#D5E3FE

Tones

Muted variations

1#061E4C
2#0A1F48
3#0E2144
4#122240
5#15233C
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
DCE8
#DCE8FE
Light backgroundsTable row hoverSkeleton loading
200
BED4
#BED4FD
Secondary backgroundsInput backgroundsDividers
300
8DB4
#8DB4FC
BordersInactive statesPlaceholder text
400
518C
#518CFB
Disabled statesSecondary iconsMuted text
500
1F6C
#1F6CF9
Primary brand colorCTAsActive elementsLinks
600
0650
#0650DB
Hover statesFocus ringsPrimary buttons hover
700
0440
#0440AE
Active/pressed statesDark mode accentsSecondary text
800
032E
#032E7C
Text on light backgroundsHeadingsStrong borders
900
021D
#021D50
Primary textHigh emphasis contentDark headings
950
0112
#011232
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F0F5FF;
  --navy-100: #DCE8FE;
  --navy-200: #BED4FD;
  --navy-300: #8DB4FC;
  --navy-400: #518CFB;
  --navy-500: #1F6CF9;
  --navy-600: #0650DB;
  --navy-700: #0440AE;
  --navy-800: #032E7C;
  --navy-900: #021D50;
  --navy-950: #011232;
}
Generate More ShadesCreate PaletteConvert Color