Navy
#0A0F47
BlueColor Codes
All color formats for development
HEX
#0A0F47RGB
rgb(10, 15, 71)HSL
hsl(235, 75%, 16%)OKLCH
oklch(0.214 0.102 270.3)CMYK
cmyk(86%, 79%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#090E40
2#080C39
3#070B32
4#06092B
5#050824
6#04061D
7#030515
8#02030E
9#010207
Tints
Lighter variations
1#10176D
2#151F92
3#1A27B8
4#202FDD
5#4451E4
6#6974EA
7#8F97EF
8#B4B9F4
9#DADCFA
Tones
Muted variations
1#0D1244
2#101441
3#13173E
4#16193B
5#1A1C38
6#1D1F35
7#202132
8#23242F
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E2 #E0E2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C9 #C5C9F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98A0 #98A0F0 | BordersInactive statesPlaceholder text |
| 400 | 636E #636EE9 | Disabled statesSecondary iconsMuted text |
| 500 | 3645 #3645E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C2A #1C2AC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1621 #16219C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1018 #101870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A0F #0A0F47 | Primary textHigh emphasis contentDark headings |
| 950 | 060A #060A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FD;
--navy-100: #E0E2FB;
--navy-200: #C5C9F7;
--navy-300: #98A0F0;
--navy-400: #636EE9;
--navy-500: #3645E2;
--navy-600: #1C2AC4;
--navy-700: #16219C;
--navy-800: #101870;
--navy-900: #0A0F47;
--navy-950: #060A2D;
}