Navy
#110878
BlueColor Codes
All color formats for development
HEX
#110878RGB
rgb(17, 8, 120)HSL
hsl(245, 88%, 25%)OKLCH
oklch(0.274 0.17 269.8)CMYK
cmyk(86%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F076C
2#0E0660
3#0C0554
4#0A0548
5#08043C
6#070330
7#050224
8#030218
9#02010C
Tints
Lighter variations
1#160A9C
2#1B0CC0
3#200FE4
4#3827F1
5#594BF4
6#7A6FF6
7#9C93F8
8#BDB7FA
9#DEDBFD
Tones
Muted variations
1#160D72
2#1A136D
3#1F1867
4#241E61
5#28245C
6#2D2956
7#322F51
8#36354B
9#3B3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C1 #C6C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9991 #9991F8 | BordersInactive statesPlaceholder text |
| 400 | 6457 #6457F4 | Disabled statesSecondary iconsMuted text |
| 500 | 3827 #3827F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E0D #1E0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 180B #180BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1108 #110878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B05 #0B054D | Primary textHigh emphasis contentDark headings |
| 950 | 0703 #070330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E0DDFD;
--navy-200: #C6C1FB;
--navy-300: #9991F8;
--navy-400: #6457F4;
--navy-500: #3827F1;
--navy-600: #1E0DD3;
--navy-700: #180BA8;
--navy-800: #110878;
--navy-900: #0B054D;
--navy-950: #070330;
}