Navy
#0D0E73
BlueColor Codes
All color formats for development
HEX
#0D0E73RGB
rgb(13, 14, 115)HSL
hsl(239, 80%, 25%)OKLCH
oklch(0.271 0.161 268.4)CMYK
cmyk(89%, 88%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B0D67
2#0A0C5C
3#090A50
4#080945
5#060739
6#05062E
7#040422
8#030317
9#01010B
Tints
Lighter variations
1#111395
2#1417B8
3#181BDA
4#3034E8
5#5355EC
6#7577F0
7#9899F4
8#BABBF7
9#DDDDFB
Tones
Muted variations
1#12136E
2#171869
3#1C1D63
4#21225E
5#262759
6#2B2C54
7#30314F
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 | C3C4 #C3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9597 #9597F3 | BordersInactive statesPlaceholder text |
| 400 | 5E61 #5E61ED | Disabled statesSecondary iconsMuted text |
| 500 | 3034 #3034E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1619 #1619CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1214 #1214A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0E #0D0E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0809 #080949 | Primary textHigh emphasis contentDark headings |
| 950 | 0506 #05062E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FD;
--navy-100: #DFDFFB;
--navy-200: #C3C4F8;
--navy-300: #9597F3;
--navy-400: #5E61ED;
--navy-500: #3034E8;
--navy-600: #1619CA;
--navy-700: #1214A1;
--navy-800: #0D0E73;
--navy-900: #080949;
--navy-950: #05062E;
}