Navy
#0E047C
BlueColor Codes
All color formats for development
HEX
#0E047CRGB
rgb(14, 4, 124)HSL
hsl(245, 94%, 25%)OKLCH
oklch(0.274 0.177 268.5)CMYK
cmyk(89%, 97%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C036F
2#0B0363
3#0A0357
4#08024A
5#07023E
6#060231
7#040125
8#030119
9#01000C
Tints
Lighter variations
1#1205A1
2#1606C6
3#1A07EB
4#3220F8
5#5445F9
6#776BFA
7#9990FC
8#BBB5FD
9#DDDAFE
Tones
Muted variations
1#130A76
2#181070
3#1D166A
4#221C64
5#27225E
6#2C2858
7#312E52
8#36344C
9#3B3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDC #DFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4BF #C4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 968D #968DFB | BordersInactive statesPlaceholder text |
| 400 | 6052 #6052FA | Disabled statesSecondary iconsMuted text |
| 500 | 3220 #3220F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1807 #1807DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1305 #1305AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E04 #0E047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0902 #09024F | Primary textHigh emphasis contentDark headings |
| 950 | 0602 #060231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F0FF;
--navy-100: #DFDCFE;
--navy-200: #C4BFFD;
--navy-300: #968DFB;
--navy-400: #6052FA;
--navy-500: #3220F8;
--navy-600: #1807DA;
--navy-700: #1305AD;
--navy-800: #0E047C;
--navy-900: #09024F;
--navy-950: #060231;
}