Navy

#0C0D45

Blue

Color Codes

All color formats for development

HEX
#0C0D45
RGB
rgb(12, 13, 69)
HSL
hsl(239, 70%, 16%)
OKLCH
oklch(0.209 0.101 272.6)
CMYK
cmyk(83%, 81%, 0%, 73%)

Accessibility

WCAG contrast compliance

On White Background

18.12:1

AA AAA

On Black Background

1.16:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F2
100
#E1E1
200
#C7C7
300
#9B9D
400
#6769
500
#3C3F
600
#2224
700
#1B1D
800
#1315
900
#0C0D
950
#0808

Shades

Darker variations

1#0B0C3E
2#0A0B37
3#090931
4#07082A
5#060723
6#05051C
7#040415
8#02030E
9#010107

Tints

Lighter variations

1#13146A
2#191B8E
3#2022B3
4#2629D7
5#494BDF
6#6D6FE5
7#9293EC
8#B6B7F2
9#DBDBF9

Tones

Muted variations

1#0F1043
2#121340
3#15153D
4#18183A
5#1B1B37
6#1D1E34
7#202131
8#23232F
9#26262C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F2
#F2F2FD
BackgroundsSubtle highlightsCard backgrounds
100
E1E1
#E1E1FA
Light backgroundsTable row hoverSkeleton loading
200
C7C7
#C7C7F5
Secondary backgroundsInput backgroundsDividers
300
9B9D
#9B9DED
BordersInactive statesPlaceholder text
400
6769
#6769E4
Disabled statesSecondary iconsMuted text
500
3C3F
#3C3FDD
Primary brand colorCTAsActive elementsLinks
600
2224
#2224BF
Hover statesFocus ringsPrimary buttons hover
700
1B1D
#1B1D98
Active/pressed statesDark mode accentsSecondary text
800
1315
#13156C
Text on light backgroundsHeadingsStrong borders
900
0C0D
#0C0D45
Primary textHigh emphasis contentDark headings
950
0808
#08082B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F2F2FD;
  --navy-100: #E1E1FA;
  --navy-200: #C7C7F5;
  --navy-300: #9B9DED;
  --navy-400: #6769E4;
  --navy-500: #3C3FDD;
  --navy-600: #2224BF;
  --navy-700: #1B1D98;
  --navy-800: #13156C;
  --navy-900: #0C0D45;
  --navy-950: #08082B;
}
Generate More ShadesCreate PaletteConvert Color