Navy
#0914AA
BlueColor Codes
All color formats for development
HEX
#0914AARGB
rgb(9, 20, 170)HSL
hsl(236, 90%, 35%)OKLCH
oklch(0.349 0.221 265.5)CMYK
cmyk(95%, 88%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081299
2#071088
3#060E77
4#050C66
5#040A55
6#040844
7#030633
8#020422
9#010211
Tints
Lighter variations
1#0B17C9
2#0C1BE9
3#2330F3
4#424EF5
5#626BF7
6#8189F8
7#A1A6FA
8#C0C4FC
9#E0E1FD
Tones
Muted variations
1#111BA2
2#19229A
3#212991
4#292F89
5#313681
6#393D79
7#414471
8#494B69
9#515261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDF #DDDFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C4 #C0C4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9097 #9097F9 | BordersInactive statesPlaceholder text |
| 400 | 5560 #5560F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2533 #2533F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B19 #0B19D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0914 #0914AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 060E #060E79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0409 #04094E | Primary textHigh emphasis contentDark headings |
| 950 | 0306 #030630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F1FE;
--navy-100: #DDDFFD;
--navy-200: #C0C4FC;
--navy-300: #9097F9;
--navy-400: #5560F6;
--navy-500: #2533F4;
--navy-600: #0B19D5;
--navy-700: #0914AA;
--navy-800: #060E79;
--navy-900: #04094E;
--navy-950: #030630;
}