Navy

#1A034F

Purple

Color Codes

All color formats for development

HEX
#1A034F
RGB
rgb(26, 3, 79)
HSL
hsl(258, 93%, 16%)
OKLCH
oklch(0.219 0.122 284.6)
CMYK
cmyk(67%, 96%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

17.95: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
#E7DD
200
#D2BF
300
#AF8E
400
#8553
500
#6222
600
#4608
700
#3806
800
#2804
900
#1A03
950
#1002

Shades

Darker variations

1#170347
2#14023F
3#120237
4#0F022F
5#0D0127
6#0A011F
7#080118
8#050110
9#030008

Tints

Lighter variations

1#270478
2#3506A1
3#4207CB
4#4F09F4
5#6C30F8
6#895AF9
7#A783FB
8#C4ACFC
9#E2D6FE

Tones

Muted variations

1#1B074B
2#1D0A47
3#1E0E43
4#201240
5#21163C
6#231A38
7#241D34
8#262130
9#27252D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F0
#F5F0FE
BackgroundsSubtle highlightsCard backgrounds
100
E7DD
#E7DDFE
Light backgroundsTable row hoverSkeleton loading
200
D2BF
#D2BFFD
Secondary backgroundsInput backgroundsDividers
300
AF8E
#AF8EFB
BordersInactive statesPlaceholder text
400
8553
#8553F9
Disabled statesSecondary iconsMuted text
500
6222
#6222F7
Primary brand colorCTAsActive elementsLinks
600
4608
#4608D9
Hover statesFocus ringsPrimary buttons hover
700
3806
#3806AC
Active/pressed statesDark mode accentsSecondary text
800
2804
#28047B
Text on light backgroundsHeadingsStrong borders
900
1A03
#1A034F
Primary textHigh emphasis contentDark headings
950
1002
#100231
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F5F0FE;
  --navy-100: #E7DDFE;
  --navy-200: #D2BFFD;
  --navy-300: #AF8EFB;
  --navy-400: #8553F9;
  --navy-500: #6222F7;
  --navy-600: #4608D9;
  --navy-700: #3806AC;
  --navy-800: #28047B;
  --navy-900: #1A034F;
  --navy-950: #100231;
}
Generate More ShadesCreate PaletteConvert Color