Navy

#20074B

Purple

Color Codes

All color formats for development

HEX
#20074B
RGB
rgb(32, 7, 75)
HSL
hsl(262, 83%, 16%)
OKLCH
oklch(0.227 0.113 291.2)
CMYK
cmyk(57%, 91%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

17.60: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
#F6F1
100
#E9DE
200
#D7C2
300
#B794
400
#925C
500
#732D
600
#5713
700
#450F
800
#320B
900
#2007
950
#1404

Shades

Darker variations

1#1D0643
2#19063C
3#160534
4#13042D
5#100325
6#0D031E
7#0A0216
8#06010F
9#030107

Tints

Lighter variations

1#300B72
2#410E99
3#5212C0
4#6216E7
5#7C3BED
6#9662F0
7#B189F4
8#CBB1F8
9#E5D8FB

Tones

Muted variations

1#210A47
2#220E44
3#221141
4#23143D
5#24183A
6#251B36
7#261F33
8#272230
9#28252C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F6F1
#F6F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E9DE
#E9DEFC
Light backgroundsTable row hoverSkeleton loading
200
D7C2
#D7C2F9
Secondary backgroundsInput backgroundsDividers
300
B794
#B794F5
BordersInactive statesPlaceholder text
400
925C
#925CF0
Disabled statesSecondary iconsMuted text
500
732D
#732DEB
Primary brand colorCTAsActive elementsLinks
600
5713
#5713CD
Hover statesFocus ringsPrimary buttons hover
700
450F
#450FA3
Active/pressed statesDark mode accentsSecondary text
800
320B
#320B75
Text on light backgroundsHeadingsStrong borders
900
2007
#20074B
Primary textHigh emphasis contentDark headings
950
1404
#14042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F6F1FE;
  --navy-100: #E9DEFC;
  --navy-200: #D7C2F9;
  --navy-300: #B794F5;
  --navy-400: #925CF0;
  --navy-500: #732DEB;
  --navy-600: #5713CD;
  --navy-700: #450FA3;
  --navy-800: #320B75;
  --navy-900: #20074B;
  --navy-950: #14042F;
}
Generate More ShadesCreate PaletteConvert Color