Navy
#03034E
BlueColor Codes
All color formats for development
HEX
#03034ERGB
rgb(3, 3, 78)HSL
hsl(240, 93%, 16%)OKLCH
oklch(0.199 0.128 266.6)CMYK
cmyk(96%, 96%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#030347
2#02023F
3#020237
4#02022F
5#010127
6#01011F
7#010118
8#010110
9#000008
Tints
Lighter variations
1#040478
2#0606A1
3#0707CB
4#0909F4
5#3030F8
6#5A5AF9
7#8383FB
8#ACACFC
9#D6D6FE
Tones
Muted variations
1#07074B
2#0A0A47
3#0E0E43
4#121240
5#16163C
6#1A1A38
7#1D1D34
8#212130
9#25252D
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;
}