Navy

#031A4F

Blue

Color Codes

All color formats for development

HEX
#031A4F
RGB
rgb(3, 26, 79)
HSL
hsl(222, 93%, 16%)
OKLCH
oklch(0.242 0.102 262.5)
CMYK
cmyk(96%, 67%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

16.61:1

AA AAA

On Black Background

1.26:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F5
100
#DDE7
200
#BFD2
300
#8EAF
400
#5385
500
#2262
600
#0846
700
#0638
800
#0428
900
#031A
950
#0210

Shades

Darker variations

1#031747
2#02143F
3#021237
4#020F2F
5#010D27
6#010A1F
7#010818
8#010510
9#000308

Tints

Lighter variations

1#042778
2#0635A1
3#0742CB
4#094FF4
5#306CF8
6#5A89F9
7#83A7FB
8#ACC4FC
9#D6E2FE

Tones

Muted variations

1#071B4B
2#0A1D47
3#0E1E43
4#122040
5#16213C
6#1A2338
7#1D2434
8#212630
9#25272D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F5
#F0F5FE
BackgroundsSubtle highlightsCard backgrounds
100
DDE7
#DDE7FE
Light backgroundsTable row hoverSkeleton loading
200
BFD2
#BFD2FD
Secondary backgroundsInput backgroundsDividers
300
8EAF
#8EAFFB
BordersInactive statesPlaceholder text
400
5385
#5385F9
Disabled statesSecondary iconsMuted text
500
2262
#2262F7
Primary brand colorCTAsActive elementsLinks
600
0846
#0846D9
Hover statesFocus ringsPrimary buttons hover
700
0638
#0638AC
Active/pressed statesDark mode accentsSecondary text
800
0428
#04287B
Text on light backgroundsHeadingsStrong borders
900
031A
#031A4F
Primary textHigh emphasis contentDark headings
950
0210
#021031
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F0F5FE;
  --navy-100: #DDE7FE;
  --navy-200: #BFD2FD;
  --navy-300: #8EAFFB;
  --navy-400: #5385F9;
  --navy-500: #2262F7;
  --navy-600: #0846D9;
  --navy-700: #0638AC;
  --navy-800: #04287B;
  --navy-900: #031A4F;
  --navy-950: #021031;
}
Generate More ShadesCreate PaletteConvert Color