Navy
#0A054D
BlueColor Codes
All color formats for development
HEX
#0A054DRGB
rgb(10, 5, 77)HSL
hsl(244, 88%, 16%)OKLCH
oklch(0.205 0.121 271.5)CMYK
cmyk(87%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#090445
2#08043D
3#070336
4#06032E
5#050226
6#04021F
7#030117
8#02010F
9#010008
Tints
Lighter variations
1#0F0775
2#140A9D
3#190DC6
4#1E0FEE
5#4236F2
6#685EF5
7#8E86F7
8#B3AEFA
9#D9D7FC
Tones
Muted variations
1#0D0849
2#100C46
3#131042
4#16133E
5#19173B
6#1C1A37
7#1F1E34
8#232230
9#26252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C1 #C5C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9891 #9891F8 | BordersInactive statesPlaceholder text |
| 400 | 6257 #6257F4 | Disabled statesSecondary iconsMuted text |
| 500 | 3527 #3527F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B0D #1B0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 150B #150BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F08 #0F0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A05 #0A054D | Primary textHigh emphasis contentDark headings |
| 950 | 0603 #060330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E0DDFD;
--navy-200: #C5C1FB;
--navy-300: #9891F8;
--navy-400: #6257F4;
--navy-500: #3527F1;
--navy-600: #1B0DD3;
--navy-700: #150BA8;
--navy-800: #0F0878;
--navy-900: #0A054D;
--navy-950: #060330;
}