Navy

#1E054D

Purple

Color Codes

All color formats for development

HEX
#1E054D
RGB
rgb(30, 5, 77)
HSL
hsl(261, 88%, 16%)
OKLCH
oklch(0.224 0.117 288.8)
CMYK
cmyk(61%, 94%, 0%, 70%)

Accessibility

WCAG contrast compliance

On White Background

17.74:1

AA AAA

On Black Background

1.18:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F1
100
#E8DD
200
#D5C1
300
#B591
400
#8E57
500
#6E27
600
#530D
700
#420B
800
#2F08
900
#1E05
950
#1303

Shades

Darker variations

1#1B0445
2#18043D
3#150336
4#12032E
5#0F0226
6#0C021F
7#090117
8#06010F
9#030008

Tints

Lighter variations

1#2E0775
2#3E0A9D
3#4D0DC6
4#5D0FEE
5#7836F2
6#935EF5
7#AE86F7
8#C9AEFA
9#E4D7FC

Tones

Muted variations

1#1F0849
2#200C46
3#211042
4#22133E
5#23173B
6#241A37
7#261E34
8#272230
9#28252C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F1
#F5F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E8DD
#E8DDFD
Light backgroundsTable row hoverSkeleton loading
200
D5C1
#D5C1FB
Secondary backgroundsInput backgroundsDividers
300
B591
#B591F8
BordersInactive statesPlaceholder text
400
8E57
#8E57F4
Disabled statesSecondary iconsMuted text
500
6E27
#6E27F1
Primary brand colorCTAsActive elementsLinks
600
530D
#530DD3
Hover statesFocus ringsPrimary buttons hover
700
420B
#420BA8
Active/pressed statesDark mode accentsSecondary text
800
2F08
#2F0878
Text on light backgroundsHeadingsStrong borders
900
1E05
#1E054D
Primary textHigh emphasis contentDark headings
950
1303
#130330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F5F1FE;
  --navy-100: #E8DDFD;
  --navy-200: #D5C1FB;
  --navy-300: #B591F8;
  --navy-400: #8E57F4;
  --navy-500: #6E27F1;
  --navy-600: #530DD3;
  --navy-700: #420BA8;
  --navy-800: #2F0878;
  --navy-900: #1E054D;
  --navy-950: #130330;
}
Generate More ShadesCreate PaletteConvert Color