Navy

#000980

Blue

Color Codes

All color formats for development

HEX
#000980
RGB
rgb(0, 9, 128)
HSL
hsl(236, 100%, 25%)
OKLCH
oklch(0.279 0.183 264.2)
CMYK
cmyk(100%, 93%, 0%, 50%)

Accessibility

WCAG contrast compliance

On White Background

15.55:1

AA AAA

On Black Background

1.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0F1
100
#DBDE
200
#BDC1
300
#8A92
400
#4D58
500
#1A29
600
#000F
700
#000C
800
#0009
900
#0005
950
#0003

Shades

Darker variations

1#000873
2#000766
3#000659
4#00054D
5#000440
6#000333
7#000326
8#00021A
9#00010D

Tints

Lighter variations

1#000BA6
2#000ECC
3#0010F2
4#1A29FF
5#404CFF
6#6670FF
7#8C94FF
8#B3B8FF
9#D9DBFF

Tones

Muted variations

1#060E79
2#0D1473
3#13196C
4#191F66
5#202460
6#262A59
7#2D2F53
8#33354D
9#393A46

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
BDC1
#BDC1FF
Secondary backgroundsInput backgroundsDividers
300
8A92
#8A92FF
BordersInactive statesPlaceholder text
400
4D58
#4D58FF
Disabled statesSecondary iconsMuted text
500
1A29
#1A29FF
Primary brand colorCTAsActive elementsLinks
600
000F
#000FE0
Hover statesFocus ringsPrimary buttons hover
700
000C
#000CB3
Active/pressed statesDark mode accentsSecondary text
800
0009
#000980
Text on light backgroundsHeadingsStrong borders
900
0005
#000552
Primary textHigh emphasis contentDark headings
950
0003
#000333
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F0F1FF;
  --navy-100: #DBDEFF;
  --navy-200: #BDC1FF;
  --navy-300: #8A92FF;
  --navy-400: #4D58FF;
  --navy-500: #1A29FF;
  --navy-600: #000FE0;
  --navy-700: #000CB3;
  --navy-800: #000980;
  --navy-900: #000552;
  --navy-950: #000333;
}
Generate More ShadesCreate PaletteConvert Color