Navy

#0D037D

Blue

Color Codes

All color formats for development

HEX
#0D037D
RGB
rgb(13, 3, 125)
HSL
hsl(245, 95%, 25%)
OKLCH
oklch(0.274 0.179 268.1)
CMYK
cmyk(90%, 98%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

15.83:1

AA AAA

On Black Background

1.33:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F0
100
#DFDC
200
#C4BE
300
#968D
400
#5F51
500
#311F
600
#1706
700
#1304
800
#0D03
900
#0802
950
#0501

Shades

Darker variations

1#0C0370
2#0B0363
3#090257
4#08024B
5#07023E
6#050132
7#040125
8#030119
9#01000C

Tints

Lighter variations

1#1104A2
2#1505C7
3#1906EC
4#311FF9
5#5445FA
6#766AFB
7#988FFC
8#BAB4FD
9#DDDAFE

Tones

Muted variations

1#120976
2#170F70
3#1C156A
4#211B64
5#27215E
6#2C2858
7#312E52
8#36344C
9#3B3A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F0
#F1F0FF
BackgroundsSubtle highlightsCard backgrounds
100
DFDC
#DFDCFE
Light backgroundsTable row hoverSkeleton loading
200
C4BE
#C4BEFD
Secondary backgroundsInput backgroundsDividers
300
968D
#968DFC
BordersInactive statesPlaceholder text
400
5F51
#5F51FB
Disabled statesSecondary iconsMuted text
500
311F
#311FF9
Primary brand colorCTAsActive elementsLinks
600
1706
#1706DB
Hover statesFocus ringsPrimary buttons hover
700
1304
#1304AE
Active/pressed statesDark mode accentsSecondary text
800
0D03
#0D037C
Text on light backgroundsHeadingsStrong borders
900
0802
#080250
Primary textHigh emphasis contentDark headings
950
0501
#050132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F0FF;
  --navy-100: #DFDCFE;
  --navy-200: #C4BEFD;
  --navy-300: #968DFC;
  --navy-400: #5F51FB;
  --navy-500: #311FF9;
  --navy-600: #1706DB;
  --navy-700: #1304AE;
  --navy-800: #0D037C;
  --navy-900: #080250;
  --navy-950: #050132;
}
Generate More ShadesCreate PaletteConvert Color