Navy
#250679
PurpleColor Codes
All color formats for development
HEX
#250679RGB
rgb(37, 6, 121)HSL
hsl(256, 91%, 25%)OKLCH
oklch(0.288 0.167 280.3)CMYK
cmyk(69%, 95%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21056E
2#1D0561
3#1A0455
4#160349
5#12033D
6#0F0231
7#0B0225
8#070118
9#04010C
Tints
Lighter variations
1#30079E
2#3B09C3
3#460BE7
4#5C24F5
5#7748F6
6#926DF8
7#AD91FA
8#C9B6FC
9#E4DAFD
Tones
Muted variations
1#270C74
2#2A116E
3#2D1768
4#301D63
5#32235D
6#352957
7#382E51
8#3A344B
9#3D3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C0 #D0C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | AB8F #AB8FFA | BordersInactive statesPlaceholder text |
| 400 | 8055 #8055F7 | Disabled statesSecondary iconsMuted text |
| 500 | 5C24 #5C24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 410A #410AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3308 #3308AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2506 #25067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1704 #17044E | Primary textHigh emphasis contentDark headings |
| 950 | 0F02 #0F0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F0FE;
--navy-100: #E6DDFD;
--navy-200: #D0C0FC;
--navy-300: #AB8FFA;
--navy-400: #8055F7;
--navy-500: #5C24F5;
--navy-600: #410AD6;
--navy-700: #3308AA;
--navy-800: #25067A;
--navy-900: #17044E;
--navy-950: #0F0231;
}