Navy
#0F0878
BlueColor Codes
All color formats for development
HEX
#0F0878RGB
rgb(15, 8, 120)HSL
hsl(244, 88%, 25%)OKLCH
oklch(0.273 0.17 269.1)CMYK
cmyk(88%, 93%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E076C
2#0C0660
3#0B0554
4#090548
5#08043C
6#060330
7#050224
8#030218
9#02010C
Tints
Lighter variations
1#140A9C
2#180CC0
3#1D0FE4
4#3527F1
5#564BF4
6#786FF6
7#9A93F8
8#BCB7FA
9#DDDBFD
Tones
Muted variations
1#140D72
2#19136D
3#1E1867
4#231E61
5#27245C
6#2C2956
7#312F51
8#36354B
9#3B3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C1 #C5C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9891 #9891F8 | BordersInactive statesPlaceholder text |
| 400 | 6257 #6257F4 | Disabled statesSecondary iconsMuted text |
| 500 | 3527 #3527F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B0D #1B0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 150B #150BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F08 #0F0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A05 #0A054D | Primary textHigh emphasis contentDark headings |
| 950 | 0603 #060330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E0DDFD;
--navy-200: #C5C1FB;
--navy-300: #9891F8;
--navy-400: #6257F4;
--navy-500: #3527F1;
--navy-600: #1B0DD3;
--navy-700: #150BA8;
--navy-800: #0F0878;
--navy-900: #0A054D;
--navy-950: #060330;
}