Navy
#0A064B
BlueColor Codes
All color formats for development
HEX
#0A064BRGB
rgb(10, 6, 75)HSL
hsl(243, 85%, 16%)OKLCH
oklch(0.204 0.118 271.7)CMYK
cmyk(87%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#090644
2#08053C
3#070435
4#06042D
5#050326
6#04021E
7#030217
8#02010F
9#010108
Tints
Lighter variations
1#0F0973
2#140D9B
3#1910C2
4#1E13EA
5#4239EF
6#6860F2
7#8E88F5
8#B3B0F9
9#D9D7FC
Tones
Muted variations
1#0D0A48
2#100D45
3#131141
4#16143E
5#19173A
6#1C1B37
7#1F1E33
8#232230
9#26252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDE #DFDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C2 #C4C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9792 #9792F6 | BordersInactive statesPlaceholder text |
| 400 | 615A #615AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 342B #342BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A11 #1A11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 150D #150DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F0A #0F0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A06 #0A064B | Primary textHigh emphasis contentDark headings |
| 950 | 0604 #06042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DFDEFC;
--navy-200: #C4C2FA;
--navy-300: #9792F6;
--navy-400: #615AF2;
--navy-500: #342BEE;
--navy-600: #1A11D0;
--navy-700: #150DA5;
--navy-800: #0F0A76;
--navy-900: #0A064B;
--navy-950: #06042F;
}