Navy
#08124A
BlueColor Codes
All color formats for development
HEX
#08124ARGB
rgb(8, 18, 74)HSL
hsl(231, 80%, 16%)OKLCH
oklch(0.222 0.104 267.9)CMYK
cmyk(89%, 76%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#071042
2#070E3B
3#060D33
4#050B2C
5#040925
6#03071D
7#020516
8#02040F
9#010207
Tints
Lighter variations
1#0C1B70
2#112597
3#152EBD
4#1938E4
5#3E58EA
6#6579EE
7#8B9BF2
8#B2BCF6
9#D8DEFB
Tones
Muted variations
1#0B1446
2#0F1743
3#121940
4#151B3C
5#181D39
6#1C2036
7#1F2233
8#22242F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE3 #DFE3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CB #C3CBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A4 #95A4F3 | BordersInactive statesPlaceholder text |
| 400 | 5E74 #5E74ED | Disabled statesSecondary iconsMuted text |
| 500 | 304C #304CE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1631 #1631CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1227 #1227A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D1C #0D1C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0812 #081249 | Primary textHigh emphasis contentDark headings |
| 950 | 050B #050B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FD;
--navy-100: #DFE3FB;
--navy-200: #C3CBF8;
--navy-300: #95A4F3;
--navy-400: #5E74ED;
--navy-500: #304CE8;
--navy-600: #1631CA;
--navy-700: #1227A1;
--navy-800: #0D1C73;
--navy-900: #081249;
--navy-950: #050B2E;
}