Navy
#0A0F48
BlueColor Codes
All color formats for development
HEX
#0A0F48RGB
rgb(10, 15, 72)HSL
hsl(235, 76%, 16%)OKLCH
oklch(0.215 0.104 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#090D41
2#080C39
3#070A32
4#06092B
5#050724
6#04061D
7#030416
8#02030E
9#010107
Tints
Lighter variations
1#0F176E
2#141F93
3#1927B9
4#1E2EDF
5#4350E5
6#6873EA
7#8E96F0
8#B4B9F5
9#D9DCFA
Tones
Muted variations
1#0D1245
2#101442
3#13173F
4#16193B
5#191C38
6#1C1E35
7#1F2132
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 | 989F #989FF1 | BordersInactive statesPlaceholder text |
| 400 | 626D #626DEA | Disabled statesSecondary iconsMuted text |
| 500 | 3544 #3544E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B29 #1B29C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1521 #15219D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F17 #0F1770 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A0F #0A0F48 | Primary textHigh emphasis contentDark headings |
| 950 | 0609 #06092D | 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: #989FF1;
--navy-400: #626DEA;
--navy-500: #3544E3;
--navy-600: #1B29C5;
--navy-700: #15219D;
--navy-800: #0F1770;
--navy-900: #0A0F48;
--navy-950: #06092D;
}