Navy
#0A1048
BlueColor Codes
All color formats for development
HEX
#0A1048RGB
rgb(10, 16, 72)HSL
hsl(234, 76%, 16%)OKLCH
oklch(0.217 0.103 269.9)CMYK
cmyk(86%, 78%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#090E41
2#080D39
3#070B32
4#060A2B
5#050824
6#04061D
7#030516
8#02030E
9#010207
Tints
Lighter variations
1#0F186E
2#142193
3#1929B9
4#1E32DF
5#4353E5
6#6875EA
7#8E98F0
8#B4BAF5
9#D9DDFA
Tones
Muted variations
1#0D1245
2#101542
3#13173F
4#161A3B
5#191C38
6#1C1F35
7#1F2132
8#23242F
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E2 #E0E2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5CA #C5CAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98A1 #98A1F1 | BordersInactive statesPlaceholder text |
| 400 | 626F #626FEA | Disabled statesSecondary iconsMuted text |
| 500 | 3546 #3546E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B2C #1B2CC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1523 #15239D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F19 #0F1970 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A10 #0A1048 | Primary textHigh emphasis contentDark headings |
| 950 | 060A #060A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FD;
--navy-100: #E0E2FB;
--navy-200: #C5CAF7;
--navy-300: #98A1F1;
--navy-400: #626FEA;
--navy-500: #3546E3;
--navy-600: #1B2CC5;
--navy-700: #15239D;
--navy-800: #0F1970;
--navy-900: #0A1048;
--navy-950: #060A2D;
}