Navy
#0F1043
BlueColor Codes
All color formats for development
HEX
#0F1043RGB
rgb(15, 16, 67)HSL
hsl(239, 63%, 16%)OKLCH
oklch(0.214 0.093 274.3)CMYK
cmyk(78%, 76%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E0E3C
2#0C0D35
3#0B0B2F
4#090A28
5#080821
6#06061B
7#050514
8#03030D
9#020207
Tints
Lighter variations
1#171865
2#1F2188
3#2729AB
4#2F31CE
5#5053D7
6#7375DF
7#9698E7
8#B9BAEF
9#DCDDF7
Tones
Muted variations
1#121240
2#14153D
3#17173B
4#191A38
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 | C9CA #C9CAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA1 #9FA1E9 | BordersInactive statesPlaceholder text |
| 400 | 6E6F #6E6FDE | Disabled statesSecondary iconsMuted text |
| 500 | 4446 #4446D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A2C #2A2CB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2123 #212391 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1819 #181968 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F10 #0F1043 | Primary textHigh emphasis contentDark headings |
| 950 | 090A #090A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F3FC;
--navy-100: #E2E2F8;
--navy-200: #C9CAF3;
--navy-300: #9FA1E9;
--navy-400: #6E6FDE;
--navy-500: #4446D5;
--navy-600: #2A2CB7;
--navy-700: #212391;
--navy-800: #181968;
--navy-900: #0F1043;
--navy-950: #090A2A;
}