Navy
#110E71
BlueColor Codes
All color formats for development
HEX
#110E71RGB
rgb(17, 14, 113)HSL
hsl(242, 78%, 25%)OKLCH
oklch(0.27 0.157 270.2)CMYK
cmyk(85%, 88%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#100D66
2#0E0B5B
3#0C0A4F
4#0A0844
5#090739
6#07062D
7#050422
8#030317
9#02010B
Tints
Lighter variations
1#171294
2#1C16B6
3#211BD8
4#3933E6
5#5A55EA
6#7B77EE
7#9C99F2
8#BDBBF7
9#DEDDFB
Tones
Muted variations
1#16136D
2#1B1868
3#1F1D63
4#24225E
5#292759
6#2D2C54
7#32314F
8#36364A
9#3B3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C4 #C6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A97 #9A97F2 | BordersInactive statesPlaceholder text |
| 400 | 6560 #6560EB | Disabled statesSecondary iconsMuted text |
| 500 | 3933 #3933E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F19 #1F19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1814 #18149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 110E #110E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B09 #0B0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0706 #07062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FD;
--navy-100: #E0DFFB;
--navy-200: #C6C4F8;
--navy-300: #9A97F2;
--navy-400: #6560EB;
--navy-500: #3933E6;
--navy-600: #1F19C8;
--navy-700: #18149F;
--navy-800: #110E71;
--navy-900: #0B0949;
--navy-950: #07062D;
}