Navy

#22024F

Purple

Color Codes

All color formats for development

HEX
#22024F
RGB
rgb(34, 2, 79)
HSL
hsl(265, 95%, 16%)
OKLCH
oklch(0.228 0.123 292.5)
CMYK
cmyk(57%, 97%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

17.65:1

AA AAA

On Black Background

1.19:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F6F0
100
#EADC
200
#D9BE
300
#BB8D
400
#9851
500
#7A1F
600
#5E06
700
#4B04
800
#3603
900
#2202
950
#1501

Shades

Darker variations

1#1F0248
2#1B0240
3#180138
4#150130
5#110128
6#0E0120
7#0A0118
8#070010
9#030008

Tints

Lighter variations

1#340379
2#4604A3
3#5805CD
4#6A06F7
5#832EFA
6#9C58FB
7#B582FC
8#CDABFD
9#E6D5FE

Tones

Muted variations

1#23064C
2#240A48
3#240E44
4#251240
5#26153C
6#261938
7#271D34
8#282131
9#28252D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F0
#F6F0FF
BackgroundsSubtle highlightsCard backgrounds
100
EADC
#EADCFE
Light backgroundsTable row hoverSkeleton loading
200
D9BE
#D9BEFD
Secondary backgroundsInput backgroundsDividers
300
BB8D
#BB8DFC
BordersInactive statesPlaceholder text
400
9851
#9851FB
Disabled statesSecondary iconsMuted text
500
7A1F
#7A1FF9
Primary brand colorCTAsActive elementsLinks
600
5E06
#5E06DB
Hover statesFocus ringsPrimary buttons hover
700
4B04
#4B04AE
Active/pressed statesDark mode accentsSecondary text
800
3603
#36037C
Text on light backgroundsHeadingsStrong borders
900
2202
#220250
Primary textHigh emphasis contentDark headings
950
1501
#150132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F6F0FF;
  --navy-100: #EADCFE;
  --navy-200: #D9BEFD;
  --navy-300: #BB8DFC;
  --navy-400: #9851FB;
  --navy-500: #7A1FF9;
  --navy-600: #5E06DB;
  --navy-700: #4B04AE;
  --navy-800: #36037C;
  --navy-900: #220250;
  --navy-950: #150132;
}
Generate More ShadesCreate PaletteConvert Color