Navy
#110A75
BlueColor Codes
All color formats for development
HEX
#110A75RGB
rgb(17, 10, 117)HSL
hsl(244, 84%, 25%)OKLCH
oklch(0.271 0.165 270)CMYK
cmyk(85%, 91%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10096A
2#0E085E
3#0C0752
4#0A0646
5#09053B
6#07042F
7#050323
8#030217
9#02010C
Tints
Lighter variations
1#170D98
2#1C10BC
3#2113DF
4#392CED
5#5A4FF0
6#7B72F3
7#9C95F6
8#BDB9F9
9#DEDCFC
Tones
Muted variations
1#161070
2#1B156B
3#1F1A65
4#242060
5#29255B
6#2D2A55
7#323050
8#36354A
9#3B3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DE #E0DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C2 #C6C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A93 #9A93F6 | BordersInactive statesPlaceholder text |
| 400 | 655B #655BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 392C #392CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F12 #1F12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 180E #180EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 110A #110A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B07 #0B074B | Primary textHigh emphasis contentDark headings |
| 950 | 0704 #07042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E0DEFC;
--navy-200: #C6C2FA;
--navy-300: #9A93F6;
--navy-400: #655BF1;
--navy-500: #392CED;
--navy-600: #1F12CE;
--navy-700: #180EA4;
--navy-800: #110A75;
--navy-900: #0B074B;
--navy-950: #07042F;
}