Navy
#0A0A47
BlueColor Codes
All color formats for development
HEX
#0A0A47RGB
rgb(10, 10, 71)HSL
hsl(240, 75%, 16%)OKLCH
oklch(0.205 0.108 271.6)CMYK
cmyk(86%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#090940
2#080839
3#070732
4#06062B
5#050524
6#04041D
7#030315
8#02020E
9#010107
Tints
Lighter variations
1#10106D
2#151592
3#1A1AB8
4#2020DD
5#4444E4
6#6969EA
7#8F8FEF
8#B4B4F4
9#DADAFA
Tones
Muted variations
1#0D0D44
2#101041
3#13133E
4#16163B
5#1A1A38
6#1D1D35
7#202032
8#23232F
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E0 #E0E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C5 #C5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9898 #9898F0 | BordersInactive statesPlaceholder text |
| 400 | 6363 #6363E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3636 #3636E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C1C #1C1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1616 #16169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1010 #101070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A0A #0A0A47 | Primary textHigh emphasis contentDark headings |
| 950 | 0606 #06062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FD;
--navy-100: #E0E0FB;
--navy-200: #C5C5F7;
--navy-300: #9898F0;
--navy-400: #6363E9;
--navy-500: #3636E2;
--navy-600: #1C1CC4;
--navy-700: #16169C;
--navy-800: #101070;
--navy-900: #0A0A47;
--navy-950: #06062D;
}