Navy
#0E027E
BlueColor Codes
All color formats for development
HEX
#0E027ERGB
rgb(14, 2, 126)HSL
hsl(246, 97%, 25%)OKLCH
oklch(0.275 0.181 268.4)CMYK
cmyk(89%, 98%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D0271
2#0B0264
3#0A0158
4#09014B
5#07013F
6#060132
7#040126
8#030019
9#01000D
Tints
Lighter variations
1#1302A3
2#1703C9
3#1B04EF
4#331DFC
5#5543FC
6#7768FD
7#998EFD
8#BBB4FE
9#DDD9FE
Tones
Muted variations
1#130877
2#180E71
3#1D146B
4#221B65
5#27215F
6#2C2758
7#312D52
8#36334C
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 | C4BE #C4BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 978B #978BFD | BordersInactive statesPlaceholder text |
| 400 | 604F #604FFC | Disabled statesSecondary iconsMuted text |
| 500 | 331D #331DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1903 #1903DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1403 #1403B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E02 #0E027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0901 #090150 | Primary textHigh emphasis contentDark headings |
| 950 | 0601 #060132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F0FF;
--navy-100: #DFDCFE;
--navy-200: #C4BEFE;
--navy-300: #978BFD;
--navy-400: #604FFC;
--navy-500: #331DFC;
--navy-600: #1903DD;
--navy-700: #1403B0;
--navy-800: #0E027E;
--navy-900: #090150;
--navy-950: #060132;
}