Navy
#0D0B75
BlueColor Codes
All color formats for development
HEX
#0D0B75RGB
rgb(13, 11, 117)HSL
hsl(241, 83%, 25%)OKLCH
oklch(0.27 0.165 268.4)CMYK
cmyk(89%, 91%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B0A69
2#0A095D
3#090852
4#080746
5#06053A
6#05042F
7#040323
8#030217
9#01010C
Tints
Lighter variations
1#100E98
2#1411BB
3#1815DE
4#302DEB
5#5350EF
6#7573F2
7#9896F5
8#BAB9F8
9#DDDCFC
Tones
Muted variations
1#12106F
2#17156A
3#1C1B65
4#21205F
5#26255A
6#2B2B55
7#303050
8#36354A
9#3B3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDE #DFDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C2 #C3C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9594 #9594F5 | BordersInactive statesPlaceholder text |
| 400 | 5E5C #5E5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 302D #302DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1613 #1613CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 120F #120FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0B #0D0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0807 #08074B | Primary textHigh emphasis contentDark headings |
| 950 | 0504 #05042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DFDEFC;
--navy-200: #C3C2F9;
--navy-300: #9594F5;
--navy-400: #5E5CF0;
--navy-500: #302DEB;
--navy-600: #1613CD;
--navy-700: #120FA3;
--navy-800: #0D0B75;
--navy-900: #08074B;
--navy-950: #05042F;
}