Navy
#08064B
BlueColor Codes
All color formats for development
HEX
#08064BRGB
rgb(8, 6, 75)HSL
hsl(242, 85%, 16%)OKLCH
oklch(0.203 0.118 270.3)CMYK
cmyk(89%, 92%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#080644
2#07053C
3#060435
4#05042D
5#040326
6#03021E
7#030217
8#02010F
9#010108
Tints
Lighter variations
1#0D0973
2#110D9B
3#1610C2
4#1A13EA
5#3F39EF
6#6560F2
7#8C88F5
8#B2B0F9
9#D9D7FC
Tones
Muted variations
1#0C0A48
2#0F0D45
3#121141
4#15143E
5#19173A
6#1C1B37
7#1F1E33
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 #C4C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9692 #9692F6 | BordersInactive statesPlaceholder text |
| 400 | 5F5A #5F5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 312B #312BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1711 #1711D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 120D #120DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0A #0D0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0806 #08064B | Primary textHigh emphasis contentDark headings |
| 950 | 0504 #05042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DFDEFC;
--navy-200: #C4C2FA;
--navy-300: #9692F6;
--navy-400: #5F5AF2;
--navy-500: #312BEE;
--navy-600: #1711D0;
--navy-700: #120DA5;
--navy-800: #0D0A76;
--navy-900: #08064B;
--navy-950: #05042F;
}