Navy
#0A1476
BlueColor Codes
All color formats for development
HEX
#0A1476RGB
rgb(10, 20, 118)HSL
hsl(234, 84%, 25%)OKLCH
oklch(0.281 0.16 267)CMYK
cmyk(92%, 83%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09136A
2#08115E
3#070F52
4#060D46
5#050A3B
6#04082F
7#030623
8#020417
9#01020C
Tints
Lighter variations
1#0D1B98
2#1021BC
3#1328DF
4#2C3FED
5#4F5FF0
6#727FF3
7#959FF6
8#B9BFF9
9#DCDFFC
Tones
Muted variations
1#101970
2#151D6B
3#1A2265
4#202660
5#252A5B
6#2A2F55
7#303350
8#35374A
9#3A3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE1 #DEE1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C8 #C2C8FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 939D #939DF6 | BordersInactive statesPlaceholder text |
| 400 | 5B6A #5B6AF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C3F #2C3FED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1225 #1225CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E1D #0E1DA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A15 #0A1575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070D #070D4B | Primary textHigh emphasis contentDark headings |
| 950 | 0408 #04082F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FE;
--navy-100: #DEE1FC;
--navy-200: #C2C8FA;
--navy-300: #939DF6;
--navy-400: #5B6AF1;
--navy-500: #2C3FED;
--navy-600: #1225CE;
--navy-700: #0E1DA4;
--navy-800: #0A1575;
--navy-900: #070D4B;
--navy-950: #04082F;
}