Navy

#1302B1

Blue

Color Codes

All color formats for development

HEX
#1302B1
RGB
rgb(19, 2, 177)
HSL
hsl(246, 98%, 35%)
OKLCH
oklch(0.35 0.234 267.2)
CMYK
cmyk(89%, 99%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

12.57:1

AA AAA

On Black Background

1.67:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F0
100
#DFDC
200
#C4BD
300
#968B
400
#604E
500
#321C
600
#1802
700
#1302
800
#0E01
900
#0901
950
#0601

Shades

Darker variations

1#11029F
2#0F018D
3#0D017C
4#0C016A
5#0A0158
6#080147
7#060135
8#040023
9#020012

Tints

Lighter variations

1#1702D2
2#1A02F2
3#3019FD
4#4E3AFD
5#6B5BFD
6#897CFE
7#A69DFE
8#C4BDFE
9#E1DEFF

Tones

Muted variations

1#1A0BA8
2#21139F
3#281C96
4#2F258E
5#362E85
6#3D367C
7#443F73
8#4B486B
9#525162

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F0
#F1F0FF
BackgroundsSubtle highlightsCard backgrounds
100
DFDC
#DFDCFF
Light backgroundsTable row hoverSkeleton loading
200
C4BD
#C4BDFE
Secondary backgroundsInput backgroundsDividers
300
968B
#968BFE
BordersInactive statesPlaceholder text
400
604E
#604EFD
Disabled statesSecondary iconsMuted text
500
321C
#321CFD
Primary brand colorCTAsActive elementsLinks
600
1802
#1802DE
Hover statesFocus ringsPrimary buttons hover
700
1302
#1302B1
Active/pressed statesDark mode accentsSecondary text
800
0E01
#0E017E
Text on light backgroundsHeadingsStrong borders
900
0901
#090151
Primary textHigh emphasis contentDark headings
950
0601
#060132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F0FF;
  --navy-100: #DFDCFF;
  --navy-200: #C4BDFE;
  --navy-300: #968BFE;
  --navy-400: #604EFD;
  --navy-500: #321CFD;
  --navy-600: #1802DE;
  --navy-700: #1302B1;
  --navy-800: #0E017E;
  --navy-900: #090151;
  --navy-950: #060132;
}
Generate More ShadesCreate PaletteConvert Color