Navy

#15044E

Blue

Color Codes

All color formats for development

HEX
#15044E
RGB
rgb(21, 4, 78)
HSL
hsl(254, 90%, 16%)
OKLCH
oklch(0.214 0.121 280.2)
CMYK
cmyk(73%, 95%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

18.11: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
#F4F0
100
#E5DD
200
#CEC0
300
#A890
400
#7B55
500
#5525
600
#3A0B
700
#2E09
800
#2106
900
#1504
950
#0D03

Shades

Darker variations

1#130446
2#11033E
3#0F0336
4#0D022F
5#0B0227
6#08021F
7#060117
8#040110
9#020008

Tints

Lighter variations

1#200676
2#2B089F
3#370BC8
4#420DF0
5#6034F4
6#805CF6
7#A085F9
8#C0AEFB
9#DFD6FD

Tones

Muted variations

1#17084A
2#190B46
3#1B0F43
4#1D133F
5#1F163B
6#211A37
7#231E34
8#252130
9#27252C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F0
#F4F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E5DD
#E5DDFD
Light backgroundsTable row hoverSkeleton loading
200
CEC0
#CEC0FC
Secondary backgroundsInput backgroundsDividers
300
A890
#A890F9
BordersInactive statesPlaceholder text
400
7B55
#7B55F6
Disabled statesSecondary iconsMuted text
500
5525
#5525F4
Primary brand colorCTAsActive elementsLinks
600
3A0B
#3A0BD5
Hover statesFocus ringsPrimary buttons hover
700
2E09
#2E09AA
Active/pressed statesDark mode accentsSecondary text
800
2106
#210679
Text on light backgroundsHeadingsStrong borders
900
1504
#15044E
Primary textHigh emphasis contentDark headings
950
0D03
#0D0330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F4F0FE;
  --navy-100: #E5DDFD;
  --navy-200: #CEC0FC;
  --navy-300: #A890F9;
  --navy-400: #7B55F6;
  --navy-500: #5525F4;
  --navy-600: #3A0BD5;
  --navy-700: #2E09AA;
  --navy-800: #210679;
  --navy-900: #15044E;
  --navy-950: #0D0330;
}
Generate More ShadesCreate PaletteConvert Color