Navy
#0E11A4
BlueColor Codes
All color formats for development
HEX
#0E11A4RGB
rgb(14, 17, 164)HSL
hsl(239, 84%, 35%)OKLCH
oklch(0.34 0.215 266.5)CMYK
cmyk(91%, 90%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D0F94
2#0B0D83
3#0A0C73
4#090A63
5#070852
6#060742
7#040531
8#030321
9#010210
Tints
Lighter variations
1#1114C3
2#1417E1
3#2A2DEC
4#484BEF
5#6769F2
6#8587F4
7#A4A5F7
8#C2C3FA
9#E1E1FC
Tones
Muted variations
1#16189D
2#1D1F95
3#25278E
4#2C2E86
5#34357F
6#3B3C77
7#434470
8#4A4B68
9#525261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDF #DEDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C3 #C2C3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9395 #9395F6 | BordersInactive statesPlaceholder text |
| 400 | 5B5D #5B5DF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C2F #2C2FED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1215 #1215CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E11 #0E11A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A0C #0A0C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0708 #07084B | Primary textHigh emphasis contentDark headings |
| 950 | 0405 #04052F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DEDFFC;
--navy-200: #C2C3FA;
--navy-300: #9395F6;
--navy-400: #5B5DF1;
--navy-500: #2C2FED;
--navy-600: #1215CE;
--navy-700: #0E11A4;
--navy-800: #0A0C75;
--navy-900: #07084B;
--navy-950: #04052F;
}