Navy

#0C2173

Blue

Color Codes

All color formats for development

HEX
#0C2173
RGB
rgb(12, 33, 115)
HSL
hsl(228, 81%, 25%)
OKLCH
oklch(0.299 0.142 265.9)
CMYK
cmyk(90%, 71%, 0%, 55%)

Accessibility

WCAG contrast compliance

On White Background

14.18:1

AA AAA

On Black Background

1.48:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F4
100
#DFE4
200
#C3CE
300
#95A8
400
#5D7A
500
#2F54
600
#153A
700
#112E
800
#0C21
900
#0815
950
#050D

Shades

Darker variations

1#0B1D68
2#0A1A5C
3#081751
4#071445
5#06103A
6#050D2E
7#040A23
8#020717
9#01030C

Tints

Lighter variations

1#102B96
2#1334B9
3#173EDB
4#2F54E9
5#5271ED
6#758DF0
7#97AAF4
8#BAC6F8
9#DCE3FB

Tones

Muted variations

1#11246E
2#162769
3#1C2A64
4#212D5F
5#26305A
6#2B3354
7#30364F
8#353A4A
9#3B3D45

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F4
#F1F4FE
BackgroundsSubtle highlightsCard backgrounds
100
DFE4
#DFE4FC
Light backgroundsTable row hoverSkeleton loading
200
C3CE
#C3CEF9
Secondary backgroundsInput backgroundsDividers
300
95A8
#95A8F4
BordersInactive statesPlaceholder text
400
5D7A
#5D7AEE
Disabled statesSecondary iconsMuted text
500
2F54
#2F54E9
Primary brand colorCTAsActive elementsLinks
600
153A
#153ACB
Hover statesFocus ringsPrimary buttons hover
700
112E
#112EA2
Active/pressed statesDark mode accentsSecondary text
800
0C21
#0C2173
Text on light backgroundsHeadingsStrong borders
900
0815
#08154A
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: #F1F4FE;
  --navy-100: #DFE4FC;
  --navy-200: #C3CEF9;
  --navy-300: #95A8F4;
  --navy-400: #5D7AEE;
  --navy-500: #2F54E9;
  --navy-600: #153ACB;
  --navy-700: #112EA2;
  --navy-800: #0C2173;
  --navy-900: #08154A;
  --navy-950: #050D2E;
}
Generate More ShadesCreate PaletteConvert Color