Navy
#0F0F71
BlueColor Codes
All color formats for development
HEX
#0F0F71RGB
rgb(15, 15, 113)HSL
hsl(240, 77%, 25%)OKLCH
oklch(0.27 0.157 269.3)CMYK
cmyk(87%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D0D66
2#0C0C5A
3#0A0A4F
4#090944
5#070738
6#06062D
7#040422
8#030317
9#01010B
Tints
Lighter variations
1#131393
2#1717B5
3#1C1CD6
4#3434E5
5#5656E9
6#7878ED
7#9999F2
8#BBBBF6
9#DDDDFB
Tones
Muted variations
1#14146C
2#181867
3#1D1D62
4#22225D
5#272758
6#2C2C53
7#31314E
8#36364A
9#3B3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C4 #C4C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9797 #9797F2 | BordersInactive statesPlaceholder text |
| 400 | 6161 #6161EA | Disabled statesSecondary iconsMuted text |
| 500 | 3434 #3434E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A1A #1A1AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1515 #15159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F0F #0F0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0909 #090948 | Primary textHigh emphasis contentDark headings |
| 950 | 0606 #06062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FD;
--navy-100: #DFDFFB;
--navy-200: #C4C4F7;
--navy-300: #9797F2;
--navy-400: #6161EA;
--navy-500: #3434E5;
--navy-600: #1A1AC7;
--navy-700: #15159E;
--navy-800: #0F0F71;
--navy-900: #090948;
--navy-950: #06062D;
}