Navy
#09034F
BlueColor Codes
All color formats for development
HEX
#09034FRGB
rgb(9, 3, 79)HSL
hsl(245, 93%, 16%)OKLCH
oklch(0.205 0.126 270.8)CMYK
cmyk(89%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#080347
2#07023F
3#060237
4#06022F
5#050127
6#04011F
7#030118
8#020110
9#010008
Tints
Lighter variations
1#0E0478
2#1306A1
3#1807CB
4#1C09F4
5#4130F8
6#675AF9
7#8D83FB
8#B3ACFC
9#D9D6FE
Tones
Muted variations
1#0C074B
2#100A47
3#130E43
4#161240
5#19163C
6#1C1A38
7#1F1D34
8#222130
9#26252D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BF #C4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 978E #978EFB | BordersInactive statesPlaceholder text |
| 400 | 6153 #6153F9 | Disabled statesSecondary iconsMuted text |
| 500 | 3322 #3322F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1908 #1908D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1406 #1406AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E04 #0E047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0903 #09034F | Primary textHigh emphasis contentDark headings |
| 950 | 0602 #060231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F0FE;
--navy-100: #DFDDFE;
--navy-200: #C4BFFD;
--navy-300: #978EFB;
--navy-400: #6153F9;
--navy-500: #3322F7;
--navy-600: #1908D9;
--navy-700: #1406AC;
--navy-800: #0E047B;
--navy-900: #09034F;
--navy-950: #060231;
}