Navy
#0A1447
BlueColor Codes
All color formats for development
HEX
#0A1447RGB
rgb(10, 20, 71)HSL
hsl(230, 75%, 16%)OKLCH
oklch(0.224 0.096 268.5)CMYK
cmyk(86%, 72%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#091240
2#081039
3#070E32
4#060C2B
5#050A24
6#04081D
7#030615
8#02040E
9#010207
Tints
Lighter variations
1#101F6D
2#152A92
3#1A35B8
4#203FDD
5#445EE4
6#697EEA
7#8F9FEF
8#B4BFF4
9#DADFFA
Tones
Muted variations
1#0D1644
2#101841
3#131B3E
4#161D3B
5#1A1F38
6#1D2135
7#202332
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 | E0E4 #E0E4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5CD #C5CDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98A7 #98A7F0 | BordersInactive statesPlaceholder text |
| 400 | 6379 #6379E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3653 #3653E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C38 #1C38C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 162D #162D9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1020 #102070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A14 #0A1447 | Primary textHigh emphasis contentDark headings |
| 950 | 060D #060D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F4FD;
--navy-100: #E0E4FB;
--navy-200: #C5CDF7;
--navy-300: #98A7F0;
--navy-400: #6379E9;
--navy-500: #3653E2;
--navy-600: #1C38C4;
--navy-700: #162D9C;
--navy-800: #102070;
--navy-900: #0A1447;
--navy-950: #060D2D;
}