Navy
#0D10A5
BlueColor Codes
All color formats for development
HEX
#0D10A5RGB
rgb(13, 16, 165)HSL
hsl(239, 85%, 35%)OKLCH
oklch(0.34 0.217 266.3)CMYK
cmyk(92%, 90%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C0E95
2#0B0D84
3#090B74
4#080A63
5#070853
6#050642
7#040532
8#030321
9#010211
Tints
Lighter variations
1#1013C4
2#1216E2
3#282CEE
4#474AF0
5#6668F3
6#8486F5
7#A3A4F8
8#C2C3FA
9#E0E1FD
Tones
Muted variations
1#15179E
2#1D1F96
3#24268E
4#2C2D87
5#33357F
6#3B3C78
7#424370
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 | DEDE #DEDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C3 #C2C3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9294 #9294F6 | BordersInactive statesPlaceholder text |
| 400 | 5A5C #5A5CF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B2E #2B2EEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1114 #1114D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D10 #0D10A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A0B #0A0B76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0607 #06074B | 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: #DEDEFC;
--navy-200: #C2C3FA;
--navy-300: #9294F6;
--navy-400: #5A5CF2;
--navy-500: #2B2EEE;
--navy-600: #1114D0;
--navy-700: #0D10A5;
--navy-800: #0A0B76;
--navy-900: #06074B;
--navy-950: #04052F;
}