Navy
#12054D
BlueColor Codes
All color formats for development
HEX
#12054DRGB
rgb(18, 5, 77)HSL
hsl(251, 88%, 16%)OKLCH
oklch(0.212 0.119 277.7)CMYK
cmyk(77%, 94%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#100445
2#0E043D
3#0D0336
4#0B032E
5#090226
6#07021F
7#050117
8#04010F
9#020008
Tints
Lighter variations
1#1C0775
2#250A9D
3#2F0DC6
4#380FEE
5#5836F2
6#7A5EF5
7#9B86F7
8#BCAEFA
9#DED7FC
Tones
Muted variations
1#140849
2#170C46
3#191042
4#1B133E
5#1D173B
6#201A37
7#221E34
8#242230
9#27252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DD #E3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC1 #CBC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A491 #A491F8 | BordersInactive statesPlaceholder text |
| 400 | 7457 #7457F4 | Disabled statesSecondary iconsMuted text |
| 500 | 4C27 #4C27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 320D #320DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 280B #280BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C08 #1C0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1205 #12054D | Primary textHigh emphasis contentDark headings |
| 950 | 0B03 #0B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FE;
--navy-100: #E3DDFD;
--navy-200: #CBC1FB;
--navy-300: #A491F8;
--navy-400: #7457F4;
--navy-500: #4C27F1;
--navy-600: #320DD3;
--navy-700: #280BA8;
--navy-800: #1C0878;
--navy-900: #12054D;
--navy-950: #0B0330;
}