Navy

#1D024F

Purple

Color Codes

All color formats for development

HEX
#1D024F
RGB
rgb(29, 2, 79)
HSL
hsl(261, 95%, 16%)
OKLCH
oklch(0.222 0.123 287.7)
CMYK
cmyk(63%, 97%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

17.89: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
#E8DC
200
#D4BE
300
#B48D
400
#8C51
500
#6C1F
600
#5006
700
#4004
800
#2E03
900
#1D02
950
#1201

Shades

Darker variations

1#1A0248
2#170240
3#140138
4#120130
5#0F0128
6#0C0120
7#090118
8#060010
9#030008

Tints

Lighter variations

1#2C0379
2#3C04A3
3#4B05CD
4#5A06F7
5#752EFA
6#9158FB
7#AC82FC
8#C8ABFD
9#E3D5FE

Tones

Muted variations

1#1E064C
2#1F0A48
3#210E44
4#221240
5#23153C
6#241938
7#251D34
8#262131
9#28252D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F0
#F5F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E8DC
#E8DCFE
Light backgroundsTable row hoverSkeleton loading
200
D4BE
#D4BEFD
Secondary backgroundsInput backgroundsDividers
300
B48D
#B48DFC
BordersInactive statesPlaceholder text
400
8C51
#8C51FB
Disabled statesSecondary iconsMuted text
500
6C1F
#6C1FF9
Primary brand colorCTAsActive elementsLinks
600
5006
#5006DB
Hover statesFocus ringsPrimary buttons hover
700
4004
#4004AE
Active/pressed statesDark mode accentsSecondary text
800
2E03
#2E037C
Text on light backgroundsHeadingsStrong borders
900
1D02
#1D0250
Primary textHigh emphasis contentDark headings
950
1201
#120132
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F5F0FF;
  --navy-100: #E8DCFE;
  --navy-200: #D4BEFD;
  --navy-300: #B48DFC;
  --navy-400: #8C51FB;
  --navy-500: #6C1FF9;
  --navy-600: #5006DB;
  --navy-700: #4004AE;
  --navy-800: #2E037C;
  --navy-900: #1D0250;
  --navy-950: #120132;
}
Generate More ShadesCreate PaletteConvert Color