Navy
#08034F
BlueColor Codes
All color formats for development
HEX
#08034FRGB
rgb(8, 3, 79)HSL
hsl(244, 93%, 16%)OKLCH
oklch(0.204 0.127 270.1)CMYK
cmyk(90%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#070347
2#06023F
3#060237
4#05022F
5#040127
6#03011F
7#020118
8#020110
9#010008
Tints
Lighter variations
1#0C0478
2#1006A1
3#1407CB
4#1909F4
5#3E30F8
6#645AF9
7#8B83FB
8#B2ACFC
9#D8D6FE
Tones
Muted variations
1#0B074B
2#0E0A47
3#120E43
4#151240
5#18163C
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 | C3BF #C3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 958E #958EFB | BordersInactive statesPlaceholder text |
| 400 | 5E53 #5E53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 3022 #3022F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1608 #1608D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1106 #1106AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C04 #0C047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0803 #08034F | Primary textHigh emphasis contentDark headings |
| 950 | 0502 #050231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F0FE;
--navy-100: #DFDDFE;
--navy-200: #C3BFFD;
--navy-300: #958EFB;
--navy-400: #5E53F9;
--navy-500: #3022F7;
--navy-600: #1608D9;
--navy-700: #1106AC;
--navy-800: #0C047B;
--navy-900: #08034F;
--navy-950: #050231;
}