Navy
#0A1A75
BlueColor Codes
All color formats for development
HEX
#0A1A75RGB
rgb(10, 26, 117)HSL
hsl(231, 84%, 25%)OKLCH
oklch(0.288 0.153 266.5)CMYK
cmyk(91%, 78%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09186A
2#08155E
3#071252
4#061046
5#050D3B
6#040B2F
7#030823
8#020517
9#01030C
Tints
Lighter variations
1#0D2298
2#102ABC
3#1332DF
4#2C49ED
5#4F67F0
6#7286F3
7#95A4F6
8#B9C2F9
9#DCE1FC
Tones
Muted variations
1#101E70
2#15226B
3#1A2665
4#202960
5#252D5B
6#2A3155
7#303550
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 | DEE3 #DEE3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CA #C2CAFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93A2 #93A2F6 | BordersInactive statesPlaceholder text |
| 400 | 5B71 #5B71F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C49 #2C49ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 122E #122ECE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E25 #0E25A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A1A #0A1A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0711 #07114B | Primary textHigh emphasis contentDark headings |
| 950 | 040B #040B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FE;
--navy-100: #DEE3FC;
--navy-200: #C2CAFA;
--navy-300: #93A2F6;
--navy-400: #5B71F1;
--navy-500: #2C49ED;
--navy-600: #122ECE;
--navy-700: #0E25A4;
--navy-800: #0A1A75;
--navy-900: #07114B;
--navy-950: #040B2F;
}