Navy

#011450

Blue

Color Codes

All color formats for development

HEX
#011450
RGB
rgb(1, 20, 80)
HSL
hsl(226, 98%, 16%)
OKLCH
oklch(0.229 0.112 263.3)
CMYK
cmyk(99%, 75%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

17.25:1

AA AAA

On Black Background

1.22:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F3
100
#DCE4
200
#BDCD
300
#8BA6
400
#4E77
500
#1C50
600
#0236
700
#022B
800
#011E
900
#0113
950
#010C

Shades

Darker variations

1#011249
2#011041
3#010E39
4#000C30
5#000A28
6#000820
7#000618
8#000410
9#000208

Tints

Lighter variations

1#011E7B
2#0228A6
3#0232D0
4#033CFA
5#2B5CFD
6#557DFD
7#809DFE
8#AABEFE
9#D5DEFF

Tones

Muted variations

1#05164D
2#091849
3#0D1A45
4#111C41
5#151E3D
6#192039
7#1D2235
8#212531
9#25272D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F3
#F0F3FF
BackgroundsSubtle highlightsCard backgrounds
100
DCE4
#DCE4FF
Light backgroundsTable row hoverSkeleton loading
200
BDCD
#BDCDFE
Secondary backgroundsInput backgroundsDividers
300
8BA6
#8BA6FE
BordersInactive statesPlaceholder text
400
4E77
#4E77FD
Disabled statesSecondary iconsMuted text
500
1C50
#1C50FD
Primary brand colorCTAsActive elementsLinks
600
0236
#0236DE
Hover statesFocus ringsPrimary buttons hover
700
022B
#022BB1
Active/pressed statesDark mode accentsSecondary text
800
011E
#011E7E
Text on light backgroundsHeadingsStrong borders
900
0113
#011351
Primary textHigh emphasis contentDark headings
950
010C
#010C32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F0F3FF;
  --navy-100: #DCE4FF;
  --navy-200: #BDCDFE;
  --navy-300: #8BA6FE;
  --navy-400: #4E77FD;
  --navy-500: #1C50FD;
  --navy-600: #0236DE;
  --navy-700: #022BB1;
  --navy-800: #011E7E;
  --navy-900: #011351;
  --navy-950: #010C32;
}
Generate More ShadesCreate PaletteConvert Color