Navy
#0D15A5
BlueColor Codes
All color formats for development
HEX
#0D15A5RGB
rgb(13, 21, 165)HSL
hsl(237, 85%, 35%)OKLCH
oklch(0.344 0.214 266.2)CMYK
cmyk(92%, 87%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C1395
2#0B1184
3#090F74
4#080D63
5#070A53
6#050842
7#040632
8#030421
9#010211
Tints
Lighter variations
1#1019C4
2#121DE2
3#2832EE
4#474FF0
5#666DF3
6#848AF5
7#A3A7F8
8#C2C4FA
9#E0E2FD
Tones
Muted variations
1#151C9E
2#1D2396
3#24298E
4#2C3087
5#33377F
6#3B3E78
7#424570
8#4A4C68
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 | 9297 #9297F6 | BordersInactive statesPlaceholder text |
| 400 | 5A61 #5A61F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B34 #2B34EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 111A #111AD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D15 #0D15A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A0F #0A0F76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 060A #060A4B | 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: #C2C4FA;
--navy-300: #9297F6;
--navy-400: #5A61F2;
--navy-500: #2B34EE;
--navy-600: #111AD0;
--navy-700: #0D15A5;
--navy-800: #0A0F76;
--navy-900: #060A4B;
--navy-950: #04062F;
}