Navy
#17057A
BlueColor Codes
All color formats for development
HEX
#17057ARGB
rgb(23, 5, 122)HSL
hsl(249, 92%, 25%)OKLCH
oklch(0.277 0.172 272.4)CMYK
cmyk(81%, 96%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14056E
2#120462
3#100456
4#0E0349
5#0B033D
6#090231
7#070225
8#050118
9#02010C
Tints
Lighter variations
1#1E079F
2#2408C4
3#2B0AE9
4#4223F6
5#6247F7
6#816CF9
7#A191FA
8#C0B6FC
9#E0DAFD
Tones
Muted variations
1#1B0B75
2#1F116F
3#231769
4#271D63
5#2B225D
6#2F2857
7#332E51
8#38344B
9#3C3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9BF #C9BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F8E #9F8EFA | BordersInactive statesPlaceholder text |
| 400 | 6C54 #6C54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 4223 #4223F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2809 #2809D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2007 #2007AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1705 #17057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F03 #0F034E | Primary textHigh emphasis contentDark headings |
| 950 | 0902 #090231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FE;
--navy-100: #E2DDFE;
--navy-200: #C9BFFC;
--navy-300: #9F8EFA;
--navy-400: #6C54F8;
--navy-500: #4223F6;
--navy-600: #2809D7;
--navy-700: #2007AB;
--navy-800: #17057A;
--navy-900: #0F034E;
--navy-950: #090231;
}