Navy

#0D3273

Blue

Color Codes

All color formats for development

HEX
#0D3273
RGB
rgb(13, 50, 115)
HSL
hsl(218, 80%, 25%)
OKLCH
oklch(0.335 0.12 260.9)
CMYK
cmyk(89%, 57%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

12.20: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
#F1F6
100
#DFE9
200
#C3D7
300
#95B8
400
#5E93
500
#3074
600
#1658
700
#1246
800
#0D32
900
#0820
950
#0514

Shades

Darker variations

1#0B2D67
2#0A285C
3#092350
4#081E45
5#061939
6#05142E
7#040F22
8#030A17
9#01050B

Tints

Lighter variations

1#114195
2#1450B8
3#185FDA
4#3074E8
5#538BEC
6#75A2F0
7#98B9F4
8#BAD1F7
9#DDE8FB

Tones

Muted variations

1#12346E
2#173569
3#1C3663
4#21385E
5#263959
6#2B3A54
7#303C4F
8#363D4A
9#3B3E45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F6
#F1F6FD
BackgroundsSubtle highlightsCard backgrounds
100
DFE9
#DFE9FB
Light backgroundsTable row hoverSkeleton loading
200
C3D7
#C3D7F8
Secondary backgroundsInput backgroundsDividers
300
95B8
#95B8F3
BordersInactive statesPlaceholder text
400
5E93
#5E93ED
Disabled statesSecondary iconsMuted text
500
3074
#3074E8
Primary brand colorCTAsActive elementsLinks
600
1658
#1658CA
Hover statesFocus ringsPrimary buttons hover
700
1246
#1246A1
Active/pressed statesDark mode accentsSecondary text
800
0D32
#0D3273
Text on light backgroundsHeadingsStrong borders
900
0820
#082049
Primary textHigh emphasis contentDark headings
950
0514
#05142E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F6FD;
  --navy-100: #DFE9FB;
  --navy-200: #C3D7F8;
  --navy-300: #95B8F3;
  --navy-400: #5E93ED;
  --navy-500: #3074E8;
  --navy-600: #1658CA;
  --navy-700: #1246A1;
  --navy-800: #0D3273;
  --navy-900: #082049;
  --navy-950: #05142E;
}
Generate More ShadesCreate PaletteConvert Color