Navy
#0D0D72
BlueColor Codes
All color formats for development
HEX
#0D0D72RGB
rgb(13, 13, 114)HSL
hsl(240, 80%, 25%)OKLCH
oklch(0.268 0.16 268.6)CMYK
cmyk(89%, 89%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B0B67
2#0A0A5C
3#090950
4#080845
5#060639
6#05052E
7#040422
8#030317
9#01010B
Tints
Lighter variations
1#111195
2#1414B8
3#1818DA
4#3030E8
5#5353EC
6#7575F0
7#9898F4
8#BABAF7
9#DDDDFB
Tones
Muted variations
1#12126E
2#171769
3#1C1C63
4#21215E
5#262659
6#2B2B54
7#30304F
8#36364A
9#3B3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C3 #C3C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9595 #9595F3 | BordersInactive statesPlaceholder text |
| 400 | 5E5E #5E5EED | Disabled statesSecondary iconsMuted text |
| 500 | 3030 #3030E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1616 #1616CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1212 #1212A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0D #0D0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0808 #080849 | Primary textHigh emphasis contentDark headings |
| 950 | 0505 #05052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FD;
--navy-100: #DFDFFB;
--navy-200: #C3C3F8;
--navy-300: #9595F3;
--navy-400: #5E5EED;
--navy-500: #3030E8;
--navy-600: #1616CA;
--navy-700: #1212A1;
--navy-800: #0D0D73;
--navy-900: #080849;
--navy-950: #05052E;
}