Navy
#0F0949
BlueColor Codes
All color formats for development
HEX
#0F0949RGB
rgb(15, 9, 73)HSL
hsl(246, 78%, 16%)OKLCH
oklch(0.21 0.11 275.3)CMYK
cmyk(79%, 88%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E0841
2#0C073A
3#0B0633
4#09052C
5#080424
6#06041D
7#050316
8#03020F
9#020107
Tints
Lighter variations
1#170E6F
2#1F1295
3#2817BB
4#301CE1
5#5140E7
6#7466EC
7#978DF1
8#B9B3F6
9#DCD9FA
Tones
Muted variations
1#120C45
2#140F42
3#17133F
4#1A163C
5#1C1939
6#1F1C36
7#211F32
8#24222F
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C4 #C9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A097 #A097F2 | BordersInactive statesPlaceholder text |
| 400 | 6E60 #6E60EB | Disabled statesSecondary iconsMuted text |
| 500 | 4533 #4533E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A19 #2A19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2214 #22149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 180E #180E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F09 #0F0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0A06 #0A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FD;
--navy-100: #E2DFFB;
--navy-200: #C9C4F8;
--navy-300: #A097F2;
--navy-400: #6E60EB;
--navy-500: #4533E6;
--navy-600: #2A19C8;
--navy-700: #22149F;
--navy-800: #180E71;
--navy-900: #0F0949;
--navy-950: #0A062D;
}