Navy
#0D0080
BlueColor Codes
All color formats for development
HEX
#0D0080RGB
rgb(13, 0, 128)HSL
hsl(246, 100%, 25%)OKLCH
oklch(0.276 0.184 267.9)CMYK
cmyk(90%, 100%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B0073
2#0A0066
3#090059
4#08004D
5#060040
6#050033
7#040026
8#03001A
9#01000D
Tints
Lighter variations
1#1100A6
2#1400CC
3#1800F2
4#301AFF
5#5340FF
6#7566FF
7#988CFF
8#BAB3FF
9#DDD9FF
Tones
Muted variations
1#120679
2#170D73
3#1C136C
4#211966
5#262060
6#2B2659
7#302D53
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 | C3BD #C3BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 958A #958AFF | BordersInactive statesPlaceholder text |
| 400 | 5E4D #5E4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 301A #301AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1600 #1600E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1200 #1200B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D00 #0D0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0800 #080052 | Primary textHigh emphasis contentDark headings |
| 950 | 0500 #050033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F0FF;
--navy-100: #DFDBFF;
--navy-200: #C3BDFF;
--navy-300: #958AFF;
--navy-400: #5E4DFF;
--navy-500: #301AFF;
--navy-600: #1600E0;
--navy-700: #1200B3;
--navy-800: #0D0080;
--navy-900: #080052;
--navy-950: #050033;
}