Navy
#09074B
BlueColor Codes
All color formats for development
HEX
#09074BRGB
rgb(9, 7, 75)HSL
hsl(242, 83%, 16%)OKLCH
oklch(0.205 0.117 270.9)CMYK
cmyk(88%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#080643
2#07063C
3#060534
4#06042D
5#050325
6#04031E
7#030216
8#02010F
9#010107
Tints
Lighter variations
1#0E0B72
2#130E99
3#1812C0
4#1D16E7
5#413BED
6#6762F0
7#8D89F4
8#B3B1F8
9#D9D8FB
Tones
Muted variations
1#0C0A47
2#100E44
3#131141
4#16143D
5#19183A
6#1C1B36
7#1F1F33
8#222230
9#26252C
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 | C4C2 #C4C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9794 #9794F5 | BordersInactive statesPlaceholder text |
| 400 | 615C #615CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 332D #332DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1913 #1913CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 140F #140FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E0B #0E0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0907 #09074B | Primary textHigh emphasis contentDark headings |
| 950 | 0604 #06042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DFDEFC;
--navy-200: #C4C2F9;
--navy-300: #9794F5;
--navy-400: #615CF0;
--navy-500: #332DEB;
--navy-600: #1913CD;
--navy-700: #140FA3;
--navy-800: #0E0B75;
--navy-900: #09074B;
--navy-950: #06042F;
}