Navy
#0E18A4
BlueColor Codes
All color formats for development
HEX
#0E18A4RGB
rgb(14, 24, 164)HSL
hsl(236, 84%, 35%)OKLCH
oklch(0.346 0.211 266.4)CMYK
cmyk(91%, 85%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1694
2#0B1383
3#0A1173
4#090F63
5#070C52
6#060A42
7#040731
8#030521
9#010210
Tints
Lighter variations
1#111DC3
2#1421E1
3#2A37EC
4#4853EF
5#6770F2
6#858CF4
7#A4A9F7
8#C2C6FA
9#E1E2FC
Tones
Muted variations
1#161F9D
2#1D2595
3#252C8E
4#2C3286
5#34397F
6#3B3F77
7#434670
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 | C2C6 #C2C6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 939A #939AF6 | BordersInactive statesPlaceholder text |
| 400 | 5B65 #5B65F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C39 #2C39ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 121F #121FCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E18 #0E18A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A11 #0A1175 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070B #070B4B | Primary textHigh emphasis contentDark headings |
| 950 | 0407 #04072F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FE;
--navy-100: #DEE0FC;
--navy-200: #C2C6FA;
--navy-300: #939AF6;
--navy-400: #5B65F1;
--navy-500: #2C39ED;
--navy-600: #121FCE;
--navy-700: #0E18A4;
--navy-800: #0A1175;
--navy-900: #070B4B;
--navy-950: #04072F;
}