Navy

#12027E

Blue

Color Codes

All color formats for development

HEX
#12027E
RGB
rgb(18, 2, 126)
HSL
hsl(248, 97%, 25%)
OKLCH
oklch(0.277 0.18 269.9)
CMYK
cmyk(86%, 98%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

15.72:1

AA AAA

On Black Background

1.34:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F0
100
#E0DC
200
#C6BE
300
#9B8B
400
#664F
500
#3B1D
600
#2003
700
#1A03
800
#1202
900
#0C01
950
#0701

Shades

Darker variations

1#110271
2#0F0264
3#0D0158
4#0B014B
5#09013F
6#070132
7#060126
8#040019
9#02000D

Tints

Lighter variations

1#1802A3
2#1D03C9
3#2304EF
4#3B1DFC
5#5B43FC
6#7C68FD
7#9D8EFD
8#BEB4FE
9#DED9FE

Tones

Muted variations

1#170877
2#1B0E71
3#20146B
4#251B65
5#29215F
6#2E2758
7#322D52
8#37334C
9#3B3A46

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F0
#F2F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E0DC
#E0DCFE
Light backgroundsTable row hoverSkeleton loading
200
C6BE
#C6BEFE
Secondary backgroundsInput backgroundsDividers
300
9B8B
#9B8BFD
BordersInactive statesPlaceholder text
400
664F
#664FFC
Disabled statesSecondary iconsMuted text
500
3B1D
#3B1DFC
Primary brand colorCTAsActive elementsLinks
600
2003
#2003DD
Hover statesFocus ringsPrimary buttons hover
700
1A03
#1A03B0
Active/pressed statesDark mode accentsSecondary text
800
1202
#12027E
Text on light backgroundsHeadingsStrong borders
900
0C01
#0C0150
Primary textHigh emphasis contentDark headings
950
0701
#070132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F2F0FF;
  --navy-100: #E0DCFE;
  --navy-200: #C6BEFE;
  --navy-300: #9B8BFD;
  --navy-400: #664FFC;
  --navy-500: #3B1DFC;
  --navy-600: #2003DD;
  --navy-700: #1A03B0;
  --navy-800: #12027E;
  --navy-900: #0C0150;
  --navy-950: #070132;
}
Generate More ShadesCreate PaletteConvert Color