Navy

#19159E

Blue

Color Codes

All color formats for development

HEX
#19159E
RGB
rgb(25, 21, 158)
HSL
hsl(242, 77%, 35%)
OKLCH
oklch(0.34 0.203 269.4)
CMYK
cmyk(84%, 87%, 0%, 38%)

Accessibility

WCAG contrast compliance

On White Background

12.79:1

AA AAA

On Black Background

1.64:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F1
100
#E0DF
200
#C6C4
300
#9A97
400
#6661
500
#3A34
600
#201A
700
#1915
800
#120F
900
#0B09
950
#0706

Shades

Darker variations

1#17128E
2#14107E
3#120E6F
4#0F0C5F
5#0D0A4F
6#0A083F
7#08062F
8#050420
9#030210

Tints

Lighter variations

1#1E18BB
2#221CD9
3#3832E4
4#544FE8
5#716CEC
6#8D8AF0
7#AAA7F4
8#C6C4F7
9#E3E2FB

Tones

Muted variations

1#201B97
2#262290
3#2C2989
4#333082
5#39377C
6#403E75
7#46456E
8#4C4C67
9#535260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F1
#F2F1FD
BackgroundsSubtle highlightsCard backgrounds
100
E0DF
#E0DFFB
Light backgroundsTable row hoverSkeleton loading
200
C6C4
#C6C4F7
Secondary backgroundsInput backgroundsDividers
300
9A97
#9A97F2
BordersInactive statesPlaceholder text
400
6661
#6661EA
Disabled statesSecondary iconsMuted text
500
3A34
#3A34E5
Primary brand colorCTAsActive elementsLinks
600
201A
#201AC7
Hover statesFocus ringsPrimary buttons hover
700
1915
#19159E
Active/pressed statesDark mode accentsSecondary text
800
120F
#120F71
Text on light backgroundsHeadingsStrong borders
900
0B09
#0B0948
Primary textHigh emphasis contentDark headings
950
0706
#07062D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F2F1FD;
  --navy-100: #E0DFFB;
  --navy-200: #C6C4F7;
  --navy-300: #9A97F2;
  --navy-400: #6661EA;
  --navy-500: #3A34E5;
  --navy-600: #201AC7;
  --navy-700: #19159E;
  --navy-800: #120F71;
  --navy-900: #0B0948;
  --navy-950: #07062D;
}
Generate More ShadesCreate PaletteConvert Color