Navy

#0D2072

Blue

Color Codes

All color formats for development

HEX
#0D2072
RGB
rgb(13, 32, 114)
HSL
hsl(229, 80%, 25%)
OKLCH
oklch(0.296 0.142 266.4)
CMYK
cmyk(89%, 72%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

14.32:1

AA AAA

On Black Background

1.47:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F3
100
#DFE4
200
#C3CD
300
#95A7
400
#5E79
500
#3052
600
#1637
700
#122C
800
#0D1F
900
#0814
950
#050D

Shades

Darker variations

1#0B1C67
2#0A195C
3#091650
4#081345
5#061039
6#050D2E
7#040922
8#030617
9#01030B

Tints

Lighter variations

1#112995
2#1432B8
3#183CDA
4#3052E8
5#536FEC
6#758CF0
7#98A9F4
8#BAC5F7
9#DDE2FB

Tones

Muted variations

1#12236E
2#172669
3#1C2963
4#212C5E
5#263059
6#2B3354
7#30364F
8#36394A
9#3B3D45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F3
#F1F3FD
BackgroundsSubtle highlightsCard backgrounds
100
DFE4
#DFE4FB
Light backgroundsTable row hoverSkeleton loading
200
C3CD
#C3CDF8
Secondary backgroundsInput backgroundsDividers
300
95A7
#95A7F3
BordersInactive statesPlaceholder text
400
5E79
#5E79ED
Disabled statesSecondary iconsMuted text
500
3052
#3052E8
Primary brand colorCTAsActive elementsLinks
600
1637
#1637CA
Hover statesFocus ringsPrimary buttons hover
700
122C
#122CA1
Active/pressed statesDark mode accentsSecondary text
800
0D1F
#0D1F73
Text on light backgroundsHeadingsStrong borders
900
0814
#081449
Primary textHigh emphasis contentDark headings
950
050D
#050D2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F3FD;
  --navy-100: #DFE4FB;
  --navy-200: #C3CDF8;
  --navy-300: #95A7F3;
  --navy-400: #5E79ED;
  --navy-500: #3052E8;
  --navy-600: #1637CA;
  --navy-700: #122CA1;
  --navy-800: #0D1F73;
  --navy-900: #081449;
  --navy-950: #050D2E;
}
Generate More ShadesCreate PaletteConvert Color