Navy
#0E16A4
BlueColor Codes
All color formats for development
HEX
#0E16A4RGB
rgb(14, 22, 164)HSL
hsl(237, 84%, 35%)OKLCH
oklch(0.344 0.212 266.4)CMYK
cmyk(91%, 87%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1494
2#0B1183
3#0A0F73
4#090D63
5#070B52
6#060942
7#040731
8#030421
9#010210
Tints
Lighter variations
1#111AC3
2#141EE1
3#2A33EC
4#4850EF
5#676DF2
6#858BF4
7#A4A8F7
8#C2C5FA
9#E1E2FC
Tones
Muted variations
1#161D9D
2#1D2395
3#252A8E
4#2C3186
5#34387F
6#3B3E77
7#434570
8#4A4C68
9#525361
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE0 #DEE0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C5 #C2C5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9398 #9398F6 | BordersInactive statesPlaceholder text |
| 400 | 5B62 #5B62F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C35 #2C35ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 121B #121BCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E16 #0E16A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A10 #0A1075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070A #070A4B | 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: #F1F2FE;
--navy-100: #DEE0FC;
--navy-200: #C2C5FA;
--navy-300: #9398F6;
--navy-400: #5B62F1;
--navy-500: #2C35ED;
--navy-600: #121BCE;
--navy-700: #0E16A4;
--navy-800: #0A1075;
--navy-900: #070A4B;
--navy-950: #04062F;
}