Navy
#0606AC
BlueColor Codes
All color formats for development
HEX
#0606ACRGB
rgb(6, 6, 172)HSL
hsl(240, 93%, 35%)OKLCH
oklch(0.341 0.23 265)CMYK
cmyk(97%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06069B
2#05058A
3#040479
4#040467
5#030356
6#020245
7#020234
8#010122
9#010111
Tints
Lighter variations
1#0707CC
2#0909EC
3#1F1FF7
4#3F3FF8
5#5F5FF9
6#7F7FFA
7#9F9FFC
8#BFBFFD
9#DFDFFE
Tones
Muted variations
1#0F0FA4
2#17179C
3#1F1F93
4#27278B
5#303083
6#38387A
7#404072
8#49496A
9#515162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDD #DDDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFBF #BFBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E8E #8E8EFB | BordersInactive statesPlaceholder text |
| 400 | 5353 #5353F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2222 #2222F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0808 #0808D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0606 #0606AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0404 #04047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0303 #03034F | 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: #DDDDFE;
--navy-200: #BFBFFD;
--navy-300: #8E8EFB;
--navy-400: #5353F9;
--navy-500: #2222F7;
--navy-600: #0808D9;
--navy-700: #0606AC;
--navy-800: #04047B;
--navy-900: #03034F;
--navy-950: #020231;
}