Navy
#11067A
BlueColor Codes
All color formats for development
HEX
#11067ARGB
rgb(17, 6, 122)HSL
hsl(246, 91%, 25%)OKLCH
oklch(0.275 0.173 269.7)CMYK
cmyk(86%, 95%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10056E
2#0E0561
3#0C0455
4#0A0349
5#09033D
6#070231
7#050225
8#030118
9#02010C
Tints
Lighter variations
1#17079E
2#1C09C3
3#210BE7
4#3924F5
5#5A48F6
6#7B6DF8
7#9C91FA
8#BDB6FC
9#DEDAFD
Tones
Muted variations
1#160C74
2#1B116E
3#1F1768
4#241D63
5#29235D
6#2D2957
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 #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C0 #C6C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A8F #9A8FFA | BordersInactive statesPlaceholder text |
| 400 | 6555 #6555F7 | Disabled statesSecondary iconsMuted text |
| 500 | 3924 #3924F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F0A #1F0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1808 #1808AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1106 #11067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B04 #0B044E | 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: #E0DDFD;
--navy-200: #C6C0FC;
--navy-300: #9A8FFA;
--navy-400: #6555F7;
--navy-500: #3924F5;
--navy-600: #1F0AD6;
--navy-700: #1808AA;
--navy-800: #11067A;
--navy-900: #0B044E;
--navy-950: #070231;
}