Navy

#012150

Blue

Color Codes

All color formats for development

HEX
#012150
RGB
rgb(1, 33, 80)
HSL
hsl(216, 98%, 16%)
OKLCH
oklch(0.259 0.094 258.2)
CMYK
cmyk(99%, 59%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

15.73:1

AA AAA

On Black Background

1.33:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F6
100
#DCEA
200
#BDD7
300
#8BB9
400
#4E94
500
#1C76
600
#025A
700
#0248
800
#0133
900
#0121
950
#0115

Shades

Darker variations

1#011E49
2#011A41
3#011739
4#001430
5#001028
6#000D20
7#000A18
8#000710
9#000308

Tints

Lighter variations

1#01327B
2#0243A6
3#0254D0
4#0366FA
5#2B7FFD
6#5599FD
7#80B2FE
8#AACCFE
9#D5E5FF

Tones

Muted variations

1#05224D
2#092249
3#0D2345
4#112441
5#15253D
6#192639
7#1D2635
8#212731
9#25282D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F6
#F0F6FF
BackgroundsSubtle highlightsCard backgrounds
100
DCEA
#DCEAFF
Light backgroundsTable row hoverSkeleton loading
200
BDD7
#BDD7FE
Secondary backgroundsInput backgroundsDividers
300
8BB9
#8BB9FE
BordersInactive statesPlaceholder text
400
4E94
#4E94FD
Disabled statesSecondary iconsMuted text
500
1C76
#1C76FD
Primary brand colorCTAsActive elementsLinks
600
025A
#025ADE
Hover statesFocus ringsPrimary buttons hover
700
0248
#0248B1
Active/pressed statesDark mode accentsSecondary text
800
0133
#01337E
Text on light backgroundsHeadingsStrong borders
900
0121
#012151
Primary textHigh emphasis contentDark headings
950
0115
#011532
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F0F6FF;
  --navy-100: #DCEAFF;
  --navy-200: #BDD7FE;
  --navy-300: #8BB9FE;
  --navy-400: #4E94FD;
  --navy-500: #1C76FD;
  --navy-600: #025ADE;
  --navy-700: #0248B1;
  --navy-800: #01337E;
  --navy-900: #012151;
  --navy-950: #011532;
}
Generate More ShadesCreate PaletteConvert Color