Navy
#0F0080
BlueColor Codes
All color formats for development
HEX
#0F0080RGB
rgb(15, 0, 128)HSL
hsl(247, 100%, 25%)OKLCH
oklch(0.277 0.184 268.6)CMYK
cmyk(88%, 100%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D0073
2#0C0066
3#0A0059
4#09004D
5#070040
6#060033
7#040026
8#03001A
9#01000D
Tints
Lighter variations
1#1300A6
2#1800CC
3#1C00F2
4#341AFF
5#5640FF
6#7866FF
7#9A8CFF
8#BBB3FF
9#DDD9FF
Tones
Muted variations
1#140679
2#190D73
3#1E136C
4#221966
5#272060
6#2C2659
7#312D53
8#36334D
9#3B3946
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDB #DFDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BD #C4BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 978A #978AFF | BordersInactive statesPlaceholder text |
| 400 | 614D #614DFF | Disabled statesSecondary iconsMuted text |
| 500 | 341A #341AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A00 #1A00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1500 #1500B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F00 #0F0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A00 #0A0052 | Primary textHigh emphasis contentDark headings |
| 950 | 0600 #060033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F0FF;
--navy-100: #DFDBFF;
--navy-200: #C4BDFF;
--navy-300: #978AFF;
--navy-400: #614DFF;
--navy-500: #341AFF;
--navy-600: #1A00E0;
--navy-700: #1500B3;
--navy-800: #0F0080;
--navy-900: #0A0052;
--navy-950: #060033;
}