Navy

#0C1573

Blue

Color Codes

All color formats for development

HEX
#0C1573
RGB
rgb(12, 21, 115)
HSL
hsl(235, 81%, 25%)
OKLCH
oklch(0.279 0.155 267.6)
CMYK
cmyk(90%, 82%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

15.32:1

AA AAA

On Black Background

1.37:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F2
100
#DFE1
200
#C3C7
300
#959D
400
#5D6A
500
#2F3F
600
#1524
700
#111D
800
#0C15
900
#080D
950
#0508

Shades

Darker variations

1#0B1368
2#0A115C
3#080F51
4#070C45
5#060A3A
6#05082E
7#040623
8#020417
9#01020C

Tints

Lighter variations

1#101B96
2#1321B9
3#1727DB
4#2F3FE9
5#525FED
6#757FF0
7#979FF4
8#BABFF8
9#DCDFFB

Tones

Muted variations

1#11196E
2#161D69
3#1C2264
4#21265F
5#262A5A
6#2B2F54
7#30334F
8#35374A
9#3B3B45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F2
#F1F2FE
BackgroundsSubtle highlightsCard backgrounds
100
DFE1
#DFE1FC
Light backgroundsTable row hoverSkeleton loading
200
C3C7
#C3C7F9
Secondary backgroundsInput backgroundsDividers
300
959D
#959DF4
BordersInactive statesPlaceholder text
400
5D6A
#5D6AEE
Disabled statesSecondary iconsMuted text
500
2F3F
#2F3FE9
Primary brand colorCTAsActive elementsLinks
600
1524
#1524CB
Hover statesFocus ringsPrimary buttons hover
700
111D
#111DA2
Active/pressed statesDark mode accentsSecondary text
800
0C15
#0C1573
Text on light backgroundsHeadingsStrong borders
900
080D
#080D4A
Primary textHigh emphasis contentDark headings
950
0508
#05082E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F2FE;
  --navy-100: #DFE1FC;
  --navy-200: #C3C7F9;
  --navy-300: #959DF4;
  --navy-400: #5D6AEE;
  --navy-500: #2F3FE9;
  --navy-600: #1524CB;
  --navy-700: #111DA2;
  --navy-800: #0C1573;
  --navy-900: #080D4A;
  --navy-950: #05082E;
}
Generate More ShadesCreate PaletteConvert Color