Navy
#0F12A3
BlueColor Codes
All color formats for development
HEX
#0F12A3RGB
rgb(15, 18, 163)HSL
hsl(239, 83%, 35%)OKLCH
oklch(0.339 0.213 266.7)CMYK
cmyk(91%, 89%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1093
2#0C0E83
3#0B0C72
4#090B62
5#080952
6#060741
7#050531
8#030421
9#020210
Tints
Lighter variations
1#1215C2
2#1518E0
3#2B2EEB
4#494CEE
5#676AF1
6#8688F4
7#A4A5F7
8#C2C3F9
9#E1E1FC
Tones
Muted variations
1#17199C
2#1E2095
3#25278D
4#2D2E86
5#34357E
6#3C3D77
7#43446F
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 | C2C3 #C2C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9495 #9495F5 | BordersInactive statesPlaceholder text |
| 400 | 5C5E #5C5EF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D30 #2D30EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1316 #1316CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F12 #0F12A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B0D #0B0D75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0708 #07084B | Primary textHigh emphasis contentDark headings |
| 950 | 0405 #04052F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DEDFFC;
--navy-200: #C2C3F9;
--navy-300: #9495F5;
--navy-400: #5C5EF0;
--navy-500: #2D30EB;
--navy-600: #1316CD;
--navy-700: #0F12A3;
--navy-800: #0B0D75;
--navy-900: #07084B;
--navy-950: #04052F;
}