Navy

#1B024F

Purple

Color Codes

All color formats for development

HEX
#1B024F
RGB
rgb(27, 2, 79)
HSL
hsl(259, 95%, 16%)
OKLCH
oklch(0.219 0.123 285.8)
CMYK
cmyk(66%, 97%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

17.98: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
#F5F0
100
#E7DC
200
#D2BE
300
#B08D
400
#8751
500
#641F
600
#4906
700
#3A04
800
#2A03
900
#1B02
950
#1101

Shades

Darker variations

1#180248
2#150240
3#130138
4#100130
5#0D0128
6#0B0120
7#080118
8#050010
9#030008

Tints

Lighter variations

1#290379
2#3704A3
3#4405CD
4#5206F7
5#6F2EFA
6#8B58FB
7#A882FC
8#C5ABFD
9#E2D5FE

Tones

Muted variations

1#1C064C
2#1D0A48
3#1F0E44
4#201240
5#22153C
6#231938
7#251D34
8#262131
9#27252D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F0
#F5F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E7DC
#E7DCFE
Light backgroundsTable row hoverSkeleton loading
200
D2BE
#D2BEFD
Secondary backgroundsInput backgroundsDividers
300
B08D
#B08DFC
BordersInactive statesPlaceholder text
400
8751
#8751FB
Disabled statesSecondary iconsMuted text
500
641F
#641FF9
Primary brand colorCTAsActive elementsLinks
600
4906
#4906DB
Hover statesFocus ringsPrimary buttons hover
700
3A04
#3A04AE
Active/pressed statesDark mode accentsSecondary text
800
2A03
#2A037C
Text on light backgroundsHeadingsStrong borders
900
1B02
#1B0250
Primary textHigh emphasis contentDark headings
950
1101
#110132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F5F0FF;
  --navy-100: #E7DCFE;
  --navy-200: #D2BEFD;
  --navy-300: #B08DFC;
  --navy-400: #8751FB;
  --navy-500: #641FF9;
  --navy-600: #4906DB;
  --navy-700: #3A04AE;
  --navy-800: #2A037C;
  --navy-900: #1B0250;
  --navy-950: #110132;
}
Generate More ShadesCreate PaletteConvert Color