Navy
#0F0F43
BlueColor Codes
All color formats for development
HEX
#0F0F43RGB
rgb(15, 15, 67)HSL
hsl(240, 63%, 16%)OKLCH
oklch(0.212 0.095 274.7)CMYK
cmyk(78%, 78%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E0E3C
2#0C0C35
3#0B0B2F
4#090928
5#080821
6#06061B
7#050514
8#03030D
9#020207
Tints
Lighter variations
1#171765
2#1F1F88
3#2727AB
4#2F2FCE
5#5050D7
6#7373DF
7#9696E7
8#B9B9EF
9#DCDCF7
Tones
Muted variations
1#121240
2#14143D
3#17173B
4#191938
5#1C1C36
6#1F1F33
7#212131
8#24242E
9#26262B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E2 #E2E2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C9 #C9C9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F9F #9F9FE9 | BordersInactive statesPlaceholder text |
| 400 | 6E6E #6E6EDE | Disabled statesSecondary iconsMuted text |
| 500 | 4444 #4444D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A2A #2A2AB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2121 #212191 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1818 #181868 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F0F #0F0F43 | Primary textHigh emphasis contentDark headings |
| 950 | 0909 #09092A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F3FC;
--navy-100: #E2E2F8;
--navy-200: #C9C9F3;
--navy-300: #9F9FE9;
--navy-400: #6E6EDE;
--navy-500: #4444D5;
--navy-600: #2A2AB7;
--navy-700: #212191;
--navy-800: #181868;
--navy-900: #0F0F43;
--navy-950: #09092A;
}