Navy
#0F057A
BlueColor Codes
All color formats for development
HEX
#0F057ARGB
rgb(15, 5, 122)HSL
hsl(245, 92%, 25%)OKLCH
oklch(0.273 0.174 269)CMYK
cmyk(88%, 96%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D056E
2#0C0462
3#0A0456
4#090349
5#07033D
6#060231
7#040225
8#030118
9#01010C
Tints
Lighter variations
1#13079F
2#1808C4
3#1C0AE9
4#3423F6
5#5647F7
6#786CF9
7#9A91FA
8#BBB6FC
9#DDDAFD
Tones
Muted variations
1#140B75
2#19116F
3#1E1769
4#221D63
5#27225D
6#2C2857
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 | C4BF #C4BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 978E #978EFA | BordersInactive statesPlaceholder text |
| 400 | 6154 #6154F8 | Disabled statesSecondary iconsMuted text |
| 500 | 3423 #3423F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A09 #1A09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1507 #1507AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F05 #0F057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A03 #0A034E | Primary textHigh emphasis contentDark headings |
| 950 | 0602 #060231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F0FE;
--navy-100: #DFDDFE;
--navy-200: #C4BFFC;
--navy-300: #978EFA;
--navy-400: #6154F8;
--navy-500: #3423F6;
--navy-600: #1A09D7;
--navy-700: #1507AB;
--navy-800: #0F057A;
--navy-900: #0A034E;
--navy-950: #060231;
}