Navy

#010E51

Blue

Color Codes

All color formats for development

HEX
#010E51
RGB
rgb(1, 14, 81)
HSL
hsl(230, 98%, 16%)
OKLCH
oklch(0.219 0.121 264.4)
CMYK
cmyk(99%, 83%, 0%, 68%)

Accessibility

WCAG contrast compliance

On White Background

17.75:1

AA AAA

On Black Background

1.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F2
100
#DCE1
200
#BDC8
300
#8B9E
400
#4E6B
500
#1C41
600
#0227
700
#021F
800
#0116
900
#010E
950
#0109

Shades

Darker variations

1#010D49
2#010B41
3#010A39
4#000830
5#000728
6#000620
7#000418
8#000310
9#000108

Tints

Lighter variations

1#01167B
2#021DA6
3#0224D0
4#032CFA
5#2B4EFD
6#5571FD
7#8095FE
8#AAB8FE
9#D5DCFF

Tones

Muted variations

1#05114D
2#091349
3#0D1645
4#111941
5#151B3D
6#191E39
7#1D2135
8#212331
9#25262D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F2
#F0F2FF
BackgroundsSubtle highlightsCard backgrounds
100
DCE1
#DCE1FF
Light backgroundsTable row hoverSkeleton loading
200
BDC8
#BDC8FE
Secondary backgroundsInput backgroundsDividers
300
8B9E
#8B9EFE
BordersInactive statesPlaceholder text
400
4E6B
#4E6BFD
Disabled statesSecondary iconsMuted text
500
1C41
#1C41FD
Primary brand colorCTAsActive elementsLinks
600
0227
#0227DE
Hover statesFocus ringsPrimary buttons hover
700
021F
#021FB1
Active/pressed statesDark mode accentsSecondary text
800
0116
#01167E
Text on light backgroundsHeadingsStrong borders
900
010E
#010E51
Primary textHigh emphasis contentDark headings
950
0109
#010932
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F0F2FF;
  --navy-100: #DCE1FF;
  --navy-200: #BDC8FE;
  --navy-300: #8B9EFE;
  --navy-400: #4E6BFD;
  --navy-500: #1C41FD;
  --navy-600: #0227DE;
  --navy-700: #021FB1;
  --navy-800: #01167E;
  --navy-900: #010E51;
  --navy-950: #010932;
}
Generate More ShadesCreate PaletteConvert Color