Navy
#0E13A4
BlueColor Codes
All color formats for development
HEX
#0E13A4RGB
rgb(14, 19, 164)HSL
hsl(238, 84%, 35%)OKLCH
oklch(0.341 0.214 266.5)CMYK
cmyk(91%, 88%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1194
2#0B0F83
3#0A0D73
4#090C63
5#070A52
6#060842
7#040631
8#030421
9#010210
Tints
Lighter variations
1#1117C3
2#141AE1
3#2A30EC
4#484EEF
5#676BF2
6#8589F4
7#A4A6F7
8#C2C4FA
9#E1E1FC
Tones
Muted variations
1#161A9D
2#1D2195
3#25288E
4#2C2F86
5#34367F
6#3B3D77
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 | C2C4 #C2C4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9396 #9396F6 | BordersInactive statesPlaceholder text |
| 400 | 5B60 #5B60F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C32 #2C32ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1218 #1218CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E13 #0E13A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A0E #0A0E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0709 #07094B | Primary textHigh emphasis contentDark headings |
| 950 | 0406 #04062F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DEDFFC;
--navy-200: #C2C4FA;
--navy-300: #9396F6;
--navy-400: #5B60F1;
--navy-500: #2C32ED;
--navy-600: #1218CE;
--navy-700: #0E13A4;
--navy-800: #0A0E75;
--navy-900: #07094B;
--navy-950: #04062F;
}