Navy

#19074B

Purple

Color Codes

All color formats for development

HEX
#19074B
RGB
rgb(25, 7, 75)
HSL
hsl(256, 83%, 16%)
OKLCH
oklch(0.219 0.113 284.3)
CMYK
cmyk(67%, 91%, 0%, 71%)

Accessibility

WCAG contrast compliance

On White Background

17.90:1

AA AAA

On Black Background

1.17:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F1
100
#E6DE
200
#D1C2
300
#AE94
400
#835C
500
#602D
600
#4513
700
#370F
800
#270B
900
#1907
950
#1004

Shades

Darker variations

1#160643
2#14063C
3#110534
4#0F042D
5#0C0325
6#0A031E
7#070216
8#05010F
9#020107

Tints

Lighter variations

1#260B72
2#330E99
3#4012C0
4#4D16E7
5#6A3BED
6#8862F0
7#A689F4
8#C4B1F8
9#E1D8FB

Tones

Muted variations

1#1B0A47
2#1C0E44
3#1E1141
4#1F143D
5#21183A
6#221B36
7#241F33
8#262230
9#27252C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F1
#F4F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E6DE
#E6DEFC
Light backgroundsTable row hoverSkeleton loading
200
D1C2
#D1C2F9
Secondary backgroundsInput backgroundsDividers
300
AE94
#AE94F5
BordersInactive statesPlaceholder text
400
835C
#835CF0
Disabled statesSecondary iconsMuted text
500
602D
#602DEB
Primary brand colorCTAsActive elementsLinks
600
4513
#4513CD
Hover statesFocus ringsPrimary buttons hover
700
370F
#370FA3
Active/pressed statesDark mode accentsSecondary text
800
270B
#270B75
Text on light backgroundsHeadingsStrong borders
900
1907
#19074B
Primary textHigh emphasis contentDark headings
950
1004
#10042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F4F1FE;
  --navy-100: #E6DEFC;
  --navy-200: #D1C2F9;
  --navy-300: #AE94F5;
  --navy-400: #835CF0;
  --navy-500: #602DEB;
  --navy-600: #4513CD;
  --navy-700: #370FA3;
  --navy-800: #270B75;
  --navy-900: #19074B;
  --navy-950: #10042F;
}
Generate More ShadesCreate PaletteConvert Color