Navy
#0D057A
BlueColor Codes
All color formats for development
HEX
#0D057ARGB
rgb(13, 5, 122)HSL
hsl(244, 92%, 25%)OKLCH
oklch(0.272 0.175 268.3)CMYK
cmyk(89%, 96%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C056E
2#0A0462
3#090456
4#080349
5#06033D
6#050231
7#040225
8#030118
9#01010C
Tints
Lighter variations
1#11079F
2#1508C4
3#190AE9
4#3123F6
5#5347F7
6#766CF9
7#9891FA
8#BAB6FC
9#DDDAFD
Tones
Muted variations
1#120B75
2#17116F
3#1C1769
4#211D63
5#26225D
6#2B2857
7#312E51
8#36344B
9#3B3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3BF #C3BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 968E #968EFA | BordersInactive statesPlaceholder text |
| 400 | 5F54 #5F54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 3123 #3123F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1709 #1709D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1207 #1207AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D05 #0D057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0803 #08034E | Primary textHigh emphasis contentDark headings |
| 950 | 0502 #050231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F0FE;
--navy-100: #DFDDFE;
--navy-200: #C3BFFC;
--navy-300: #968EFA;
--navy-400: #5F54F8;
--navy-500: #3123F6;
--navy-600: #1709D7;
--navy-700: #1207AB;
--navy-800: #0D057A;
--navy-900: #08034E;
--navy-950: #050231;
}