Navy
#0F0849
BlueColor Codes
All color formats for development
HEX
#0F0849RGB
rgb(15, 8, 73)HSL
hsl(246, 80%, 16%)OKLCH
oklch(0.208 0.111 275.5)CMYK
cmyk(79%, 89%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D0742
2#0C073B
3#0A0633
4#09052C
5#070425
6#06031D
7#040216
8#03020F
9#010107
Tints
Lighter variations
1#160C70
2#1E1197
3#2615BD
4#2E19E4
5#4F3EEA
6#7265EE
7#968BF2
8#B9B2F6
9#DCD8FB
Tones
Muted variations
1#110B46
2#140F43
3#171240
4#19153C
5#1C1839
6#1E1C36
7#211F33
8#24222F
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C3 #C9C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F95 #9F95F3 | BordersInactive statesPlaceholder text |
| 400 | 6D5E #6D5EED | Disabled statesSecondary iconsMuted text |
| 500 | 4330 #4330E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2816 #2816CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2012 #2012A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 170D #170D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F08 #0F0849 | Primary textHigh emphasis contentDark headings |
| 950 | 0905 #09052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FD;
--navy-100: #E2DFFB;
--navy-200: #C9C3F8;
--navy-300: #9F95F3;
--navy-400: #6D5EED;
--navy-500: #4330E8;
--navy-600: #2816CA;
--navy-700: #2012A1;
--navy-800: #170D73;
--navy-900: #0F0849;
--navy-950: #09052E;
}