Navy
#091977
BlueColor Codes
All color formats for development
HEX
#091977RGB
rgb(9, 25, 119)HSL
hsl(231, 86%, 25%)OKLCH
oklch(0.289 0.157 266.3)CMYK
cmyk(92%, 79%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08176B
2#07145F
3#061253
4#050F47
5#040D3B
6#040A2F
7#030824
8#020518
9#01030C
Tints
Lighter variations
1#0C219A
2#0E29BE
3#1130E1
4#2A47EF
5#4D66F2
6#7184F4
7#94A3F7
8#B8C2FA
9#DBE0FC
Tones
Muted variations
1#0E1D71
2#14216C
3#192566
4#1F2961
5#242D5B
6#2A3056
7#2F3450
8#35384B
9#3A3C45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE2 #DEE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CA #C1CAFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92A1 #92A1F7 | BordersInactive statesPlaceholder text |
| 400 | 5970 #5970F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2A47 #2A47EF | Primary brand colorCTAsActive elementsLinks |
| 600 | 102D #102DD1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C24 #0C24A6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0919 #091977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0610 #06104C | Primary textHigh emphasis contentDark headings |
| 950 | 040A #040A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FE;
--navy-100: #DEE2FD;
--navy-200: #C1CAFA;
--navy-300: #92A1F7;
--navy-400: #5970F3;
--navy-500: #2A47EF;
--navy-600: #102DD1;
--navy-700: #0C24A6;
--navy-800: #091977;
--navy-900: #06104C;
--navy-950: #040A2F;
}