Navy

#04204E

Blue

Color Codes

All color formats for development

HEX
#04204E
RGB
rgb(4, 32, 78)
HSL
hsl(217, 90%, 16%)
OKLCH
oklch(0.256 0.092 259.7)
CMYK
cmyk(95%, 59%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

15.89:1

AA AAA

On Black Background

1.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DDE9
200
#C0D7
300
#90B8
400
#5593
500
#2574
600
#0B59
700
#0947
800
#0632
900
#0420
950
#0314

Shades

Darker variations

1#041D46
2#031A3E
3#031736
4#02132F
5#021027
6#020D1F
7#010A17
8#010610
9#000308

Tints

Lighter variations

1#063176
2#08429F
3#0B53C8
4#0D64F0
5#347DF4
6#5C97F6
7#85B1F9
8#AECBFB
9#D6E5FD

Tones

Muted variations

1#08214A
2#0B2246
3#0F2343
4#13243F
5#16253B
6#1A2537
7#1E2634
8#212730
9#25282C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE9
#DDE9FD
Light backgroundsTable row hoverSkeleton loading
200
C0D7
#C0D7FC
Secondary backgroundsInput backgroundsDividers
300
90B8
#90B8F9
BordersInactive statesPlaceholder text
400
5593
#5593F6
Disabled statesSecondary iconsMuted text
500
2574
#2574F4
Primary brand colorCTAsActive elementsLinks
600
0B59
#0B59D5
Hover statesFocus ringsPrimary buttons hover
700
0947
#0947AA
Active/pressed statesDark mode accentsSecondary text
800
0632
#063279
Text on light backgroundsHeadingsStrong borders
900
0420
#04204E
Primary textHigh emphasis contentDark headings
950
0314
#031430
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F0F6FE;
  --navy-100: #DDE9FD;
  --navy-200: #C0D7FC;
  --navy-300: #90B8F9;
  --navy-400: #5593F6;
  --navy-500: #2574F4;
  --navy-600: #0B59D5;
  --navy-700: #0947AA;
  --navy-800: #063279;
  --navy-900: #04204E;
  --navy-950: #031430;
}
Generate More ShadesCreate PaletteConvert Color