Navy
#0F14A3
BlueColor Codes
All color formats for development
HEX
#0F14A3RGB
rgb(15, 20, 163)HSL
hsl(238, 83%, 35%)OKLCH
oklch(0.341 0.212 266.7)CMYK
cmyk(91%, 88%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1293
2#0C1083
3#0B0E72
4#090C62
5#080A52
6#060841
7#050631
8#030421
9#020210
Tints
Lighter variations
1#1218C2
2#151CE0
3#2B31EB
4#494FEE
5#676CF1
6#8689F4
7#A4A7F7
8#C2C4F9
9#E1E2FC
Tones
Muted variations
1#171B9C
2#1E2295
3#25298D
4#2D3086
5#34377E
6#3C3E77
7#43456F
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 #C2C4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9497 #9497F5 | BordersInactive statesPlaceholder text |
| 400 | 5C61 #5C61F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D33 #2D33EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1319 #1319CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F14 #0F14A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B0E #0B0E75 | 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: #C2C4F9;
--navy-300: #9497F5;
--navy-400: #5C61F0;
--navy-500: #2D33EB;
--navy-600: #1319CD;
--navy-700: #0F14A3;
--navy-800: #0B0E75;
--navy-900: #07094B;
--navy-950: #04062F;
}