Navy
#0E0EA4
BlueColor Codes
All color formats for development
HEX
#0E0EA4RGB
rgb(14, 14, 164)HSL
hsl(240, 84%, 35%)OKLCH
oklch(0.337 0.216 266.5)CMYK
cmyk(91%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D0D94
2#0B0B83
3#0A0A73
4#090963
5#070752
6#060642
7#040431
8#030321
9#010110
Tints
Lighter variations
1#1111C3
2#1414E1
3#2A2AEC
4#4848EF
5#6767F2
6#8585F4
7#A4A4F7
8#C2C2FA
9#E1E1FC
Tones
Muted variations
1#16169D
2#1D1D95
3#25258E
4#2C2C86
5#34347F
6#3B3B77
7#434370
8#4A4A68
9#525261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDE #DEDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C2 #C2C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9393 #9393F6 | BordersInactive statesPlaceholder text |
| 400 | 5B5B #5B5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C2C #2C2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1212 #1212CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E0E #0E0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A0A #0A0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0707 #07074B | Primary textHigh emphasis contentDark headings |
| 950 | 0404 #04042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DEDEFC;
--navy-200: #C2C2FA;
--navy-300: #9393F6;
--navy-400: #5B5BF1;
--navy-500: #2C2CED;
--navy-600: #1212CE;
--navy-700: #0E0EA4;
--navy-800: #0A0A75;
--navy-900: #07074B;
--navy-950: #04042F;
}