Navy
#091148
BlueColor Codes
All color formats for development
HEX
#091148RGB
rgb(9, 17, 72)HSL
hsl(232, 78%, 16%)OKLCH
oklch(0.218 0.102 269)CMYK
cmyk(88%, 76%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081041
2#070E3A
3#060C33
4#050A2C
5#040924
6#04071D
7#030516
8#02030F
9#010207
Tints
Lighter variations
1#0E1B6F
2#122495
3#172DBB
4#1C36E1
5#4057E7
6#6678EC
7#8D9AF1
8#B3BCF6
9#D9DDFA
Tones
Muted variations
1#0C1445
2#0F1642
3#13183F
4#161B3C
5#191D39
6#1C1F36
7#1F2232
8#22242F
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE3 #DFE3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CB #C4CBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A3 #97A3F2 | BordersInactive statesPlaceholder text |
| 400 | 6073 #6073EB | Disabled statesSecondary iconsMuted text |
| 500 | 334B #334BE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1930 #1930C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1426 #14269F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E1B #0E1B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0911 #091149 | Primary textHigh emphasis contentDark headings |
| 950 | 060B #060B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FD;
--navy-100: #DFE3FB;
--navy-200: #C4CBF8;
--navy-300: #97A3F2;
--navy-400: #6073EB;
--navy-500: #334BE6;
--navy-600: #1930C8;
--navy-700: #14269F;
--navy-800: #0E1B71;
--navy-900: #091149;
--navy-950: #060B2D;
}