Navy
#0D0DA5
BlueColor Codes
All color formats for development
HEX
#0D0DA5RGB
rgb(13, 13, 165)HSL
hsl(240, 85%, 35%)OKLCH
oklch(0.338 0.218 266.3)CMYK
cmyk(92%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C0C95
2#0B0B84
3#090974
4#080863
5#070753
6#050542
7#040432
8#030321
9#010111
Tints
Lighter variations
1#1010C4
2#1212E2
3#2828EE
4#4747F0
5#6666F3
6#8484F5
7#A3A3F8
8#C2C2FA
9#E0E0FD
Tones
Muted variations
1#15159E
2#1D1D96
3#24248E
4#2C2C87
5#33337F
6#3B3B78
7#424270
8#4A4A68
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 | C2C2 #C2C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9292 #9292F6 | BordersInactive statesPlaceholder text |
| 400 | 5A5A #5A5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B2B #2B2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1111 #1111D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D0D #0D0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A0A #0A0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0606 #06064B | Primary textHigh emphasis contentDark headings |
| 950 | 0404 #04042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DEDEFC;
--navy-200: #C2C2FA;
--navy-300: #9292F6;
--navy-400: #5A5AF2;
--navy-500: #2B2BEE;
--navy-600: #1111D0;
--navy-700: #0D0DA5;
--navy-800: #0A0A76;
--navy-900: #06064B;
--navy-950: #04042F;
}