Navy
#0412AF
BlueColor Codes
All color formats for development
HEX
#0412AFRGB
rgb(4, 18, 175)HSL
hsl(235, 96%, 35%)OKLCH
oklch(0.353 0.228 264.8)CMYK
cmyk(98%, 90%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03109D
2#030E8C
3#020C7A
4#020B69
5#020957
6#010746
7#010534
8#010423
9#000211
Tints
Lighter variations
1#0415CF
2#0518F0
3#1C2EFA
4#3C4CFB
5#5D6AFC
6#7D88FC
7#9EA5FD
8#BEC3FE
9#DFE1FE
Tones
Muted variations
1#0C19A6
2#15209E
3#1D2795
4#262E8D
5#2E3684
6#373D7C
7#404473
8#484B6A
9#515262
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDF #DCDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEC3 #BEC3FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8C95 #8C95FD | BordersInactive statesPlaceholder text |
| 400 | 505E #505EFB | Disabled statesSecondary iconsMuted text |
| 500 | 1E30 #1E30FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0416 #0416DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0412 #0412AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 030D #030D7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0208 #020850 | Primary textHigh emphasis contentDark headings |
| 950 | 0105 #010532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F1FF;
--navy-100: #DCDFFE;
--navy-200: #BEC3FE;
--navy-300: #8C95FD;
--navy-400: #505EFB;
--navy-500: #1E30FA;
--navy-600: #0416DC;
--navy-700: #0412AF;
--navy-800: #030D7D;
--navy-900: #020850;
--navy-950: #010532;
}