Navy

#000FB3

Blue

Color Codes

All color formats for development

HEX
#000FB3
RGB
rgb(0, 15, 179)
HSL
hsl(235, 100%, 35%)
OKLCH
oklch(0.355 0.234 264.2)
CMYK
cmyk(100%, 92%, 0%, 30%)

Accessibility

WCAG contrast compliance

On White Background

12.21:1

AA AAA

On Black Background

1.72:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F1
100
#DBDE
200
#BDC2
300
#8A93
400
#4D5B
500
#1A2D
600
#0013
700
#000F
800
#000B
900
#0007
950
#0004

Shades

Darker variations

1#000DA1
2#000C8F
3#000A7D
4#00096B
5#000759
6#000647
7#000436
8#000324
9#000112

Tints

Lighter variations

1#0012D4
2#0014F5
3#172AFF
4#3849FF
5#5967FF
6#7A85FF
7#9CA4FF
8#BDC2FF
9#DEE1FF

Tones

Muted variations

1#0916AA
2#121EA1
3#1B2598
4#242D8F
5#2D3486
6#363B7D
7#3E4374
8#474A6B
9#505262

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0F1
#F0F1FF
BackgroundsSubtle highlightsCard backgrounds
100
DBDE
#DBDEFF
Light backgroundsTable row hoverSkeleton loading
200
BDC2
#BDC2FF
Secondary backgroundsInput backgroundsDividers
300
8A93
#8A93FF
BordersInactive statesPlaceholder text
400
4D5B
#4D5BFF
Disabled statesSecondary iconsMuted text
500
1A2D
#1A2DFF
Primary brand colorCTAsActive elementsLinks
600
0013
#0013E0
Hover statesFocus ringsPrimary buttons hover
700
000F
#000FB3
Active/pressed statesDark mode accentsSecondary text
800
000B
#000B80
Text on light backgroundsHeadingsStrong borders
900
0007
#000752
Primary textHigh emphasis contentDark headings
950
0004
#000433
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F0F1FF;
  --navy-100: #DBDEFF;
  --navy-200: #BDC2FF;
  --navy-300: #8A93FF;
  --navy-400: #4D5BFF;
  --navy-500: #1A2DFF;
  --navy-600: #0013E0;
  --navy-700: #000FB3;
  --navy-800: #000B80;
  --navy-900: #000752;
  --navy-950: #000433;
}
Generate More ShadesCreate PaletteConvert Color