Navy
#0F0A47
BlueColor Codes
All color formats for development
HEX
#0F0A47RGB
rgb(15, 10, 71)HSL
hsl(245, 75%, 16%)OKLCH
oklch(0.209 0.107 275.5)CMYK
cmyk(79%, 86%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E0940
2#0C0839
3#0B0732
4#09062B
5#080524
6#06041D
7#050315
8#03020E
9#020107
Tints
Lighter variations
1#17106D
2#1F1592
3#271AB8
4#2F20DD
5#5144E4
6#7469EA
7#978FEF
8#B9B4F4
9#DCDAFA
Tones
Muted variations
1#120D44
2#141041
3#17133E
4#19163B
5#1C1A38
6#1F1D35
7#212032
8#24232F
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E0 #E2E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C5 #C9C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A098 #A098F0 | BordersInactive statesPlaceholder text |
| 400 | 6E63 #6E63E9 | Disabled statesSecondary iconsMuted text |
| 500 | 4536 #4536E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A1C #2A1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2116 #21169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1810 #181070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F0A #0F0A47 | Primary textHigh emphasis contentDark headings |
| 950 | 0A06 #0A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F2FD;
--navy-100: #E2E0FB;
--navy-200: #C9C5F7;
--navy-300: #A098F0;
--navy-400: #6E63E9;
--navy-500: #4536E2;
--navy-600: #2A1CC4;
--navy-700: #21169C;
--navy-800: #181070;
--navy-900: #0F0A47;
--navy-950: #0A062D;
}