Navy

#13196C

Blue

Color Codes

All color formats for development

HEX
#13196C
RGB
rgb(19, 25, 108)
HSL
hsl(236, 70%, 25%)
OKLCH
oklch(0.28 0.14 270.2)
CMYK
cmyk(82%, 77%, 0%, 58%)

Accessibility

WCAG contrast compliance

On White Background

15.18:1

AA AAA

On Black Background

1.38:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F3
100
#E1E2
200
#C7CA
300
#9BA1
400
#6770
500
#3C47
600
#222C
700
#1B23
800
#1319
900
#0C10
950
#080A

Shades

Darker variations

1#111762
2#0F1457
3#0D124C
4#0B0F41
5#0A0D36
6#080A2B
7#060821
8#040516
9#02030B

Tints

Lighter variations

1#19218D
2#1F28AD
3#2430CE
4#3C47DD
5#5C65E2
6#7D84E8
7#9DA3EE
8#BEC2F4
9#DEE0F9

Tones

Muted variations

1#181D68
2#1C2163
3#21255F
4#25295B
5#292C56
6#2E3052
7#32344D
8#373849
9#3B3C44

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F3
#F2F3FD
BackgroundsSubtle highlightsCard backgrounds
100
E1E2
#E1E2FA
Light backgroundsTable row hoverSkeleton loading
200
C7CA
#C7CAF5
Secondary backgroundsInput backgroundsDividers
300
9BA1
#9BA1ED
BordersInactive statesPlaceholder text
400
6770
#6770E4
Disabled statesSecondary iconsMuted text
500
3C47
#3C47DD
Primary brand colorCTAsActive elementsLinks
600
222C
#222CBF
Hover statesFocus ringsPrimary buttons hover
700
1B23
#1B2398
Active/pressed statesDark mode accentsSecondary text
800
1319
#13196C
Text on light backgroundsHeadingsStrong borders
900
0C10
#0C1045
Primary textHigh emphasis contentDark headings
950
080A
#080A2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F2F3FD;
  --navy-100: #E1E2FA;
  --navy-200: #C7CAF5;
  --navy-300: #9BA1ED;
  --navy-400: #6770E4;
  --navy-500: #3C47DD;
  --navy-600: #222CBF;
  --navy-700: #1B2398;
  --navy-800: #13196C;
  --navy-900: #0C1045;
  --navy-950: #080A2B;
}
Generate More ShadesCreate PaletteConvert Color