Navy
#030E4F
BlueColor Codes
All color formats for development
HEX
#030E4FRGB
rgb(3, 14, 79)HSL
hsl(231, 93%, 16%)OKLCH
oklch(0.218 0.117 265.6)CMYK
cmyk(96%, 82%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#030D47
2#020B3F
3#020A37
4#02092F
5#010727
6#01061F
7#010418
8#010310
9#000108
Tints
Lighter variations
1#041678
2#061DA1
3#0725CB
4#092CF4
5#304EF8
6#5A72F9
7#8395FB
8#ACB8FC
9#D6DCFE
Tones
Muted variations
1#07114B
2#0A1447
3#0E1643
4#121940
5#161C3C
6#1A1E38
7#1D2134
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 | DDE2 #DDE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC8 #BFC8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E9E #8E9EFB | BordersInactive statesPlaceholder text |
| 400 | 536C #536CF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2242 #2242F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0827 #0827D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 061F #061FAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0416 #04167B | Text on light backgroundsHeadingsStrong borders |
| 900 | 030E #030E4F | Primary textHigh emphasis contentDark headings |
| 950 | 0209 #020931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F2FE;
--navy-100: #DDE2FE;
--navy-200: #BFC8FD;
--navy-300: #8E9EFB;
--navy-400: #536CF9;
--navy-500: #2242F7;
--navy-600: #0827D9;
--navy-700: #061FAC;
--navy-800: #04167B;
--navy-900: #030E4F;
--navy-950: #020931;
}