Navy
#11057A
BlueColor Codes
All color formats for development
HEX
#11057ARGB
rgb(17, 5, 122)HSL
hsl(246, 92%, 25%)OKLCH
oklch(0.274 0.174 269.8)CMYK
cmyk(86%, 96%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F056E
2#0D0462
3#0C0456
4#0A0349
5#08033D
6#070231
7#050225
8#030118
9#02010C
Tints
Lighter variations
1#16079F
2#1B08C4
3#200AE9
4#3823F6
5#5947F7
6#7A6CF9
7#9B91FA
8#BDB6FC
9#DEDAFD
Tones
Muted variations
1#160B75
2#1A116F
3#1F1769
4#241D63
5#28225D
6#2D2857
7#322E51
8#36344B
9#3B3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5BF #C5BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 998E #998EFA | BordersInactive statesPlaceholder text |
| 400 | 6454 #6454F8 | Disabled statesSecondary iconsMuted text |
| 500 | 3823 #3823F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E09 #1E09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1807 #1807AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1105 #11057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B03 #0B034E | Primary textHigh emphasis contentDark headings |
| 950 | 0702 #070231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FE;
--navy-100: #E0DDFE;
--navy-200: #C5BFFC;
--navy-300: #998EFA;
--navy-400: #6454F8;
--navy-500: #3823F6;
--navy-600: #1E09D7;
--navy-700: #1807AB;
--navy-800: #11057A;
--navy-900: #0B034E;
--navy-950: #070231;
}