Navy
#110F70
BlueColor Codes
All color formats for development
HEX
#110F70RGB
rgb(17, 15, 112)HSL
hsl(241, 76%, 25%)OKLCH
oklch(0.27 0.155 270.2)CMYK
cmyk(85%, 87%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F0E65
2#0E0C5A
3#0C0B4F
4#0A0943
5#080838
6#07062D
7#050522
8#030316
9#02020B
Tints
Lighter variations
1#161492
2#1B18B4
3#201DD5
4#3835E3
5#5957E8
6#7A78ED
7#9B9AF1
8#BDBCF6
9#DEDDFA
Tones
Muted variations
1#16146B
2#1A1967
3#1F1E62
4#24235D
5#282858
6#2D2C53
7#32314E
8#363649
9#3B3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E0 #E0E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C5 #C5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9998 #9998F1 | BordersInactive statesPlaceholder text |
| 400 | 6462 #6462EA | Disabled statesSecondary iconsMuted text |
| 500 | 3835 #3835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E1B #1E1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1815 #18159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 110F #110F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B0A #0B0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0706 #07062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F2FD;
--navy-100: #E0E0FB;
--navy-200: #C5C5F7;
--navy-300: #9998F1;
--navy-400: #6462EA;
--navy-500: #3835E3;
--navy-600: #1E1BC5;
--navy-700: #18159D;
--navy-800: #110F70;
--navy-900: #0B0A48;
--navy-950: #07062D;
}