Navy

#250B75

Purple

Color Codes

All color formats for development

HEX
#250B75
RGB
rgb(37, 11, 117)
HSL
hsl(255, 83%, 25%)
OKLCH
oklch(0.287 0.159 280.8)
CMYK
cmyk(68%, 91%, 0%, 54%)

Accessibility

WCAG contrast compliance

On White Background

15.18:1

AA AAA

On Black Background

1.38:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F1
100
#E6DE
200
#D0C2
300
#AC94
400
#815C
500
#5D2D
600
#4213
700
#340F
800
#250B
900
#1807
950
#0F04

Shades

Darker variations

1#220A69
2#1E095D
3#1A0852
4#160746
5#13053A
6#0F042F
7#0B0323
8#070217
9#04010C

Tints

Lighter variations

1#300E98
2#3C11BB
3#4715DE
4#5D2DEB
5#7850EF
6#9373F2
7#AE96F5
8#C9B9F8
9#E4DCFC

Tones

Muted variations

1#28106F
2#2B156A
3#2D1B65
4#30205F
5#33255A
6#352B55
7#383050
8#3A354A
9#3D3A45

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
D0C2
#D0C2F9
Secondary backgroundsInput backgroundsDividers
300
AC94
#AC94F5
BordersInactive statesPlaceholder text
400
815C
#815CF0
Disabled statesSecondary iconsMuted text
500
5D2D
#5D2DEB
Primary brand colorCTAsActive elementsLinks
600
4213
#4213CD
Hover statesFocus ringsPrimary buttons hover
700
340F
#340FA3
Active/pressed statesDark mode accentsSecondary text
800
250B
#250B75
Text on light backgroundsHeadingsStrong borders
900
1807
#18074B
Primary textHigh emphasis contentDark headings
950
0F04
#0F042F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --navy-50: #F4F1FE;
  --navy-100: #E6DEFC;
  --navy-200: #D0C2F9;
  --navy-300: #AC94F5;
  --navy-400: #815CF0;
  --navy-500: #5D2DEB;
  --navy-600: #4213CD;
  --navy-700: #340FA3;
  --navy-800: #250B75;
  --navy-900: #18074B;
  --navy-950: #0F042F;
}
Generate More ShadesCreate PaletteConvert Color