Navy
#030D4E
BlueColor Codes
All color formats for development
HEX
#030D4ERGB
rgb(3, 13, 78)HSL
hsl(232, 93%, 16%)OKLCH
oklch(0.215 0.117 265.8)CMYK
cmyk(96%, 83%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#030C47
2#020A3F
3#020937
4#02082F
5#010627
6#01051F
7#010418
8#010310
9#000108
Tints
Lighter variations
1#041478
2#061BA1
3#0721CB
4#0928F4
5#304BF8
6#5A6FF9
7#8393FB
8#ACB7FC
9#D6DBFE
Tones
Muted variations
1#07104B
2#0A1347
3#0E1543
4#121840
5#161B3C
6#1A1E38
7#1D2034
8#212330
9#25262D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC7 #BFC7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E9C #8E9CFB | BordersInactive statesPlaceholder text |
| 400 | 5369 #5369F9 | Disabled statesSecondary iconsMuted text |
| 500 | 223E #223EF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0824 #0824D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 061C #061CAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0414 #04147B | Text on light backgroundsHeadingsStrong borders |
| 900 | 030D #030D4F | Primary textHigh emphasis contentDark headings |
| 950 | 0208 #020831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F2FE;
--navy-100: #DDE1FE;
--navy-200: #BFC7FD;
--navy-300: #8E9CFB;
--navy-400: #5369F9;
--navy-500: #223EF7;
--navy-600: #0824D9;
--navy-700: #061CAC;
--navy-800: #04147B;
--navy-900: #030D4F;
--navy-950: #020831;
}