Navy
#0A1D76
BlueColor Codes
All color formats for development
HEX
#0A1D76RGB
rgb(10, 29, 118)HSL
hsl(229, 84%, 25%)OKLCH
oklch(0.295 0.151 266.1)CMYK
cmyk(92%, 75%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#091B6A
2#08185E
3#071552
4#061246
5#050F3B
6#040C2F
7#030923
8#020617
9#01030C
Tints
Lighter variations
1#0D2798
2#1030BC
3#1339DF
4#2C4FED
5#4F6DF0
6#728AF3
7#95A7F6
8#B9C4F9
9#DCE2FC
Tones
Muted variations
1#102170
2#15256B
3#1A2865
4#202B60
5#252F5B
6#2A3255
7#303650
8#35394A
9#3A3C45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE4 #DEE4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CC #C2CCFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93A5 #93A5F6 | BordersInactive statesPlaceholder text |
| 400 | 5B76 #5B76F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C4F #2C4FED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1235 #1235CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E2A #0E2AA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A1E #0A1E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0713 #07134B | Primary textHigh emphasis contentDark headings |
| 950 | 040C #040C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FE;
--navy-100: #DEE4FC;
--navy-200: #C2CCFA;
--navy-300: #93A5F6;
--navy-400: #5B76F1;
--navy-500: #2C4FED;
--navy-600: #1235CE;
--navy-700: #0E2AA4;
--navy-800: #0A1E75;
--navy-900: #07134B;
--navy-950: #040C2F;
}