Navy

#160052

Purple

Color Codes

All color formats for development

HEX
#160052
RGB
rgb(22, 0, 82)
HSL
hsl(256, 100%, 16%)
OKLCH
oklch(0.215 0.13 280.5)
CMYK
cmyk(73%, 100%, 0%, 68%)

Accessibility

WCAG contrast compliance

On White Background

18.17: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
#E5DB
200
#CEBD
300
#A98A
400
#7C4D
500
#571A
600
#3C00
700
#3000
800
#2200
900
#1600
950
#0E00

Shades

Darker variations

1#140049
2#110041
3#0F0039
4#0D0031
5#0B0029
6#090021
7#070018
8#040010
9#020008

Tints

Lighter variations

1#21007C
2#2D00A7
3#3800D2
4#4300FD
5#6229FF
6#8154FF
7#A17EFF
8#C0A9FF
9#E0D4FF

Tones

Muted variations

1#18044E
2#1A0849
3#1B0C45
4#1D1041
5#1F143D
6#211839
7#231D35
8#252131
9#27252D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F0
#F4F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E5DB
#E5DBFF
Light backgroundsTable row hoverSkeleton loading
200
CEBD
#CEBDFF
Secondary backgroundsInput backgroundsDividers
300
A98A
#A98AFF
BordersInactive statesPlaceholder text
400
7C4D
#7C4DFF
Disabled statesSecondary iconsMuted text
500
571A
#571AFF
Primary brand colorCTAsActive elementsLinks
600
3C00
#3C00E0
Hover statesFocus ringsPrimary buttons hover
700
3000
#3000B3
Active/pressed statesDark mode accentsSecondary text
800
2200
#220080
Text on light backgroundsHeadingsStrong borders
900
1600
#160052
Primary textHigh emphasis contentDark headings
950
0E00
#0E0033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F4F0FF;
  --navy-100: #E5DBFF;
  --navy-200: #CEBDFF;
  --navy-300: #A98AFF;
  --navy-400: #7C4DFF;
  --navy-500: #571AFF;
  --navy-600: #3C00E0;
  --navy-700: #3000B3;
  --navy-800: #220080;
  --navy-900: #160052;
  --navy-950: #0E0033;
}
Generate More ShadesCreate PaletteConvert Color