Navy
#0A1848
BlueColor Codes
All color formats for development
HEX
#0A1848RGB
rgb(10, 24, 72)HSL
hsl(226, 76%, 16%)OKLCH
oklch(0.234 0.092 266.6)CMYK
cmyk(86%, 67%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#091641
2#081339
3#071132
4#060F2B
5#050C24
6#040A1D
7#030716
8#02050E
9#010207
Tints
Lighter variations
1#0F256E
2#143293
3#193EB9
4#1E4BDF
5#4368E5
6#6887EA
7#8EA5F0
8#B4C3F5
9#D9E1FA
Tones
Muted variations
1#0D1A45
2#101C42
3#131D3F
4#161F3B
5#192138
6#1C2235
7#1F2432
8#23252F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E6 #E0E6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D0 #C5D0F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98AD #98ADF1 | BordersInactive statesPlaceholder text |
| 400 | 6282 #6282EA | Disabled statesSecondary iconsMuted text |
| 500 | 355E #355EE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B43 #1B43C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1535 #15359D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F26 #0F2670 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A18 #0A1848 | Primary textHigh emphasis contentDark headings |
| 950 | 060F #060F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F4FD;
--navy-100: #E0E6FB;
--navy-200: #C5D0F7;
--navy-300: #98ADF1;
--navy-400: #6282EA;
--navy-500: #355EE3;
--navy-600: #1B43C5;
--navy-700: #15359D;
--navy-800: #0F2670;
--navy-900: #0A1848;
--navy-950: #060F2D;
}