Navy
#0808AA
BlueColor Codes
All color formats for development
HEX
#0808AARGB
rgb(8, 8, 170)HSL
hsl(240, 91%, 35%)OKLCH
oklch(0.34 0.226 265.4)CMYK
cmyk(95%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#070799
2#060688
3#060677
4#050566
5#040455
6#030344
7#020233
8#020222
9#010111
Tints
Lighter variations
1#0A0ACA
2#0B0BEA
3#2121F5
4#4141F6
5#6161F8
6#8080F9
7#A0A0FB
8#C0C0FC
9#DFDFFE
Tones
Muted variations
1#1010A2
2#18189A
3#202092
4#29298A
5#313182
6#39397A
7#414172
8#494969
9#515161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDD #DDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C0 #C0C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8F8F #8F8FFA | BordersInactive statesPlaceholder text |
| 400 | 5555 #5555F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2424 #2424F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A0A #0A0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0808 #0808AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0606 #06067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0404 #04044E | Primary textHigh emphasis contentDark headings |
| 950 | 0202 #020231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F0FE;
--navy-100: #DDDDFD;
--navy-200: #C0C0FC;
--navy-300: #8F8FFA;
--navy-400: #5555F7;
--navy-500: #2424F5;
--navy-600: #0A0AD6;
--navy-700: #0808AA;
--navy-800: #06067A;
--navy-900: #04044E;
--navy-950: #020231;
}