Navy
#0F0778
BlueColor Codes
All color formats for development
HEX
#0F0778RGB
rgb(15, 7, 120)HSL
hsl(244, 89%, 25%)OKLCH
oklch(0.272 0.171 269.1)CMYK
cmyk(88%, 94%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D066C
2#0C0660
3#0A0554
4#090448
5#07043C
6#060330
7#040224
8#030118
9#01010C
Tints
Lighter variations
1#13099D
2#170BC1
3#1C0DE5
4#3426F2
5#564AF4
6#776EF7
7#9993F9
8#BBB7FB
9#DDDBFD
Tones
Muted variations
1#130D73
2#18126D
3#1D1867
4#221E62
5#27235C
6#2C2956
7#312F51
8#36344B
9#3B3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C0 #C4C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9790 #9790F9 | BordersInactive statesPlaceholder text |
| 400 | 6156 #6156F5 | Disabled statesSecondary iconsMuted text |
| 500 | 3426 #3426F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A0C #1A0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 140A #140AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F07 #0F0778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0904 #09044D | 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: #F1F1FE;
--navy-100: #DFDDFD;
--navy-200: #C4C0FB;
--navy-300: #9790F9;
--navy-400: #6156F5;
--navy-500: #3426F2;
--navy-600: #1A0CD4;
--navy-700: #140AA9;
--navy-800: #0F0778;
--navy-900: #09044D;
--navy-950: #060330;
}