Navy
#0D12A5
BlueColor Codes
All color formats for development
HEX
#0D12A5RGB
rgb(13, 18, 165)HSL
hsl(238, 85%, 35%)OKLCH
oklch(0.341 0.216 266.3)CMYK
cmyk(92%, 89%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C1195
2#0B0F84
3#090D74
4#080B63
5#070953
6#050742
7#040632
8#030421
9#010211
Tints
Lighter variations
1#1016C4
2#1219E2
3#282FEE
4#474DF0
5#666AF3
6#8488F5
7#A3A6F8
8#C2C4FA
9#E0E1FD
Tones
Muted variations
1#151A9E
2#1D2196
3#24288E
4#2C2F87
5#33367F
6#3B3D78
7#424470
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 #C2C4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9296 #9296F6 | BordersInactive statesPlaceholder text |
| 400 | 5A5F #5A5FF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B31 #2B31EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1117 #1117D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D12 #0D12A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A0D #0A0D76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0608 #06084B | 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: #C2C4FA;
--navy-300: #9296F6;
--navy-400: #5A5FF2;
--navy-500: #2B31EE;
--navy-600: #1117D0;
--navy-700: #0D12A5;
--navy-800: #0A0D76;
--navy-900: #06084B;
--navy-950: #04052F;
}