Navy

#1002B1

Blue

Color Codes

All color formats for development

HEX
#1002B1
RGB
rgb(16, 2, 177)
HSL
hsl(245, 98%, 35%)
OKLCH
oklch(0.349 0.234 266.5)
CMYK
cmyk(91%, 99%, 0%, 31%)

Accessibility

WCAG contrast compliance

On White Background

12.61: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
#C3BD
300
#948B
400
#5D4E
500
#2F1C
600
#1502
700
#1002
800
#0C01
900
#0701
950
#0501

Shades

Darker variations

1#0F029F
2#0D018D
3#0B017C
4#0A016A
5#080158
6#070147
7#050135
8#030023
9#020012

Tints

Lighter variations

1#1302D2
2#1602F2
3#2C19FD
4#4A3AFD
5#685BFD
6#877CFE
7#A59DFE
8#C3BDFE
9#E1DEFF

Tones

Muted variations

1#180BA8
2#1F139F
3#261C96
4#2E258E
5#352E85
6#3C367C
7#433F73
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
C3BD
#C3BDFE
Secondary backgroundsInput backgroundsDividers
300
948B
#948BFE
BordersInactive statesPlaceholder text
400
5D4E
#5D4EFD
Disabled statesSecondary iconsMuted text
500
2F1C
#2F1CFD
Primary brand colorCTAsActive elementsLinks
600
1502
#1502DE
Hover statesFocus ringsPrimary buttons hover
700
1002
#1002B1
Active/pressed statesDark mode accentsSecondary text
800
0C01
#0C017E
Text on light backgroundsHeadingsStrong borders
900
0701
#070151
Primary textHigh emphasis contentDark headings
950
0501
#050132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F0FF;
  --navy-100: #DFDCFF;
  --navy-200: #C3BDFE;
  --navy-300: #948BFE;
  --navy-400: #5D4EFD;
  --navy-500: #2F1CFD;
  --navy-600: #1502DE;
  --navy-700: #1002B1;
  --navy-800: #0C017E;
  --navy-900: #070151;
  --navy-950: #050132;
}
Generate More ShadesCreate PaletteConvert Color