Navy

#1308AA

Blue

Color Codes

All color formats for development

HEX
#1308AA
RGB
rgb(19, 8, 170)
HSL
hsl(244, 91%, 35%)
OKLCH
oklch(0.343 0.224 267.4)
CMYK
cmyk(89%, 95%, 0%, 33%)

Accessibility

WCAG contrast compliance

On White Background

12.78: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
#F1F0
100
#DFDD
200
#C4C0
300
#968F
400
#5F55
500
#3224
600
#180A
700
#1308
800
#0D06
900
#0904
950
#0502

Shades

Darker variations

1#110799
2#0F0688
3#0D0677
4#0B0566
5#090455
6#080344
7#060233
8#040222
9#020111

Tints

Lighter variations

1#160ACA
2#1A0BEA
3#2F21F5
4#4D41F6
5#6B61F8
6#8880F9
7#A6A0FB
8#C4C0FC
9#E1DFFE

Tones

Muted variations

1#1A10A2
2#21189A
3#282092
4#2F298A
5#363182
6#3D397A
7#444172
8#4B4969
9#525161

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F0
#F1F0FE
BackgroundsSubtle highlightsCard backgrounds
100
DFDD
#DFDDFD
Light backgroundsTable row hoverSkeleton loading
200
C4C0
#C4C0FC
Secondary backgroundsInput backgroundsDividers
300
968F
#968FFA
BordersInactive statesPlaceholder text
400
5F55
#5F55F7
Disabled statesSecondary iconsMuted text
500
3224
#3224F5
Primary brand colorCTAsActive elementsLinks
600
180A
#180AD6
Hover statesFocus ringsPrimary buttons hover
700
1308
#1308AA
Active/pressed statesDark mode accentsSecondary text
800
0D06
#0D067A
Text on light backgroundsHeadingsStrong borders
900
0904
#09044E
Primary textHigh emphasis contentDark headings
950
0502
#050231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F1F0FE;
  --navy-100: #DFDDFD;
  --navy-200: #C4C0FC;
  --navy-300: #968FFA;
  --navy-400: #5F55F7;
  --navy-500: #3224F5;
  --navy-600: #180AD6;
  --navy-700: #1308AA;
  --navy-800: #0D067A;
  --navy-900: #09044E;
  --navy-950: #050231;
}
Generate More ShadesCreate PaletteConvert Color