Navy

#01217E

Blue

Color Codes

All color formats for development

HEX
#01217E
RGB
rgb(1, 33, 126)
HSL
hsl(225, 98%, 25%)
OKLCH
oklch(0.308 0.159 263.5)
CMYK
cmyk(99%, 74%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

13.81:1

AA AAA

On Black Background

1.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F4
100
#DCE4
200
#BDCE
300
#8BA8
400
#4E7A
500
#1C54
600
#0239
700
#022E
800
#0121
900
#0115
950
#010D

Shades

Darker variations

1#011D72
2#011A65
3#011758
4#01144C
5#01103F
6#010D32
7#000A26
8#000719
9#00030D

Tints

Lighter variations

1#022AA4
2#0234CA
3#023EF0
4#1C54FD
5#4271FD
6#688DFD
7#8DAAFE
8#B3C6FE
9#D9E3FF

Tones

Muted variations

1#082478
2#0E2772
3#142A6B
4#1A2D65
5#21305F
6#273359
7#2D3652
8#333A4C
9#3A3D46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F4
#F0F4FF
BackgroundsSubtle highlightsCard backgrounds
100
DCE4
#DCE4FF
Light backgroundsTable row hoverSkeleton loading
200
BDCE
#BDCEFE
Secondary backgroundsInput backgroundsDividers
300
8BA8
#8BA8FE
BordersInactive statesPlaceholder text
400
4E7A
#4E7AFD
Disabled statesSecondary iconsMuted text
500
1C54
#1C54FD
Primary brand colorCTAsActive elementsLinks
600
0239
#0239DE
Hover statesFocus ringsPrimary buttons hover
700
022E
#022EB1
Active/pressed statesDark mode accentsSecondary text
800
0121
#01217E
Text on light backgroundsHeadingsStrong borders
900
0115
#011551
Primary textHigh emphasis contentDark headings
950
010D
#010D32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F0F4FF;
  --navy-100: #DCE4FF;
  --navy-200: #BDCEFE;
  --navy-300: #8BA8FE;
  --navy-400: #4E7AFD;
  --navy-500: #1C54FD;
  --navy-600: #0239DE;
  --navy-700: #022EB1;
  --navy-800: #01217E;
  --navy-900: #011551;
  --navy-950: #010D32;
}
Generate More ShadesCreate PaletteConvert Color