Navy

#0C017E

Blue

Color Codes

All color formats for development

HEX
#0C017E
RGB
rgb(12, 1, 126)
HSL
hsl(245, 98%, 25%)
OKLCH
oklch(0.274 0.182 267.7)
CMYK
cmyk(90%, 99%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

15.89:1

AA AAA

On Black Background

1.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F0
100
#DFDC
200
#C3BD
300
#948B
400
#5D4E
500
#2F1C
600
#1502
700
#1002
800
#0C01
900
#0701
950
#0501

Shades

Darker variations

1#0B0172
2#090165
3#080158
4#07014C
5#06013F
6#050132
7#040026
8#020019
9#01000D

Tints

Lighter variations

1#0F02A4
2#1302CA
3#1602F0
4#2F1CFD
5#5142FD
6#7468FD
7#978DFE
8#BAB3FE
9#DCD9FF

Tones

Muted variations

1#110878
2#160E72
3#1B146B
4#211A65
5#26215F
6#2B2759
7#302D52
8#35334C
9#3B3A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F0
#F1F0FF
BackgroundsSubtle highlightsCard backgrounds
100
DFDC
#DFDCFF
Light backgroundsTable row hoverSkeleton loading
200
C3BD
#C3BDFE
Secondary backgroundsInput backgroundsDividers
300
948B
#948BFE
BordersInactive statesPlaceholder text
400
5D4E
#5D4EFD
Disabled statesSecondary iconsMuted text
500
2F1C
#2F1CFD
Primary brand colorCTAsActive elementsLinks
600
1502
#1502DE
Hover statesFocus ringsPrimary buttons hover
700
1002
#1002B1
Active/pressed statesDark mode accentsSecondary text
800
0C01
#0C017E
Text on light backgroundsHeadingsStrong borders
900
0701
#070151
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: #DFDCFF;
  --navy-200: #C3BDFE;
  --navy-300: #948BFE;
  --navy-400: #5D4EFD;
  --navy-500: #2F1CFD;
  --navy-600: #1502DE;
  --navy-700: #1002B1;
  --navy-800: #0C017E;
  --navy-900: #070151;
  --navy-950: #050132;
}
Generate More ShadesCreate PaletteConvert Color