Navy
#0A1875
BlueColor Codes
All color formats for development
HEX
#0A1875RGB
rgb(10, 24, 117)HSL
hsl(232, 84%, 25%)OKLCH
oklch(0.285 0.155 266.7)CMYK
cmyk(91%, 79%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09166A
2#08145E
3#071152
4#060F46
5#050C3B
6#040A2F
7#030723
8#020517
9#01020C
Tints
Lighter variations
1#0D2098
2#1027BC
3#132FDF
4#2C46ED
5#4F64F0
6#7283F3
7#95A2F6
8#B9C1F9
9#DCE0FC
Tones
Muted variations
1#101C70
2#15206B
3#1A2465
4#202860
5#252C5B
6#2A3055
7#303450
8#35384A
9#3A3C45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE2 #DEE2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C9 #C2C9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93A0 #93A0F6 | BordersInactive statesPlaceholder text |
| 400 | 5B6F #5B6FF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C46 #2C46ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 122B #122BCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E22 #0E22A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A18 #0A1875 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0710 #07104B | 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: #DEE2FC;
--navy-200: #C2C9FA;
--navy-300: #93A0F6;
--navy-400: #5B6FF1;
--navy-500: #2C46ED;
--navy-600: #122BCE;
--navy-700: #0E22A4;
--navy-800: #0A1875;
--navy-900: #07104B;
--navy-950: #040A2F;
}