Navy

#0D2A73

Blue

Color Codes

All color formats for development

HEX
#0D2A73
RGB
rgb(13, 42, 115)
HSL
hsl(223, 80%, 25%)
OKLCH
oklch(0.317 0.13 263.9)
CMYK
cmyk(89%, 63%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

13.16:1

AA AAA

On Black Background

1.60:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F5
100
#DFE7
200
#C3D2
300
#95B0
400
#5E87
500
#3064
600
#1649
700
#123A
800
#0D2A
900
#081B
950
#0511

Shades

Darker variations

1#0B2567
2#0A215C
3#091D50
4#081945
5#061539
6#05112E
7#040C22
8#030817
9#01040B

Tints

Lighter variations

1#113695
2#1443B8
3#184FDA
4#3064E8
5#537EEC
6#7598F0
7#98B2F4
8#BACBF7
9#DDE5FB

Tones

Muted variations

1#122C6E
2#172E69
3#1C3063
4#21325E
5#263559
6#2B3754
7#30394F
8#363B4A
9#3B3E45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F5
#F1F5FD
BackgroundsSubtle highlightsCard backgrounds
100
DFE7
#DFE7FB
Light backgroundsTable row hoverSkeleton loading
200
C3D2
#C3D2F8
Secondary backgroundsInput backgroundsDividers
300
95B0
#95B0F3
BordersInactive statesPlaceholder text
400
5E87
#5E87ED
Disabled statesSecondary iconsMuted text
500
3064
#3064E8
Primary brand colorCTAsActive elementsLinks
600
1649
#1649CA
Hover statesFocus ringsPrimary buttons hover
700
123A
#123AA1
Active/pressed statesDark mode accentsSecondary text
800
0D2A
#0D2A73
Text on light backgroundsHeadingsStrong borders
900
081B
#081B49
Primary textHigh emphasis contentDark headings
950
0511
#05112E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F5FD;
  --navy-100: #DFE7FB;
  --navy-200: #C3D2F8;
  --navy-300: #95B0F3;
  --navy-400: #5E87ED;
  --navy-500: #3064E8;
  --navy-600: #1649CA;
  --navy-700: #123AA1;
  --navy-800: #0D2A73;
  --navy-900: #081B49;
  --navy-950: #05112E;
}
Generate More ShadesCreate PaletteConvert Color