Navy
#0B1174
BlueColor Codes
All color formats for development
HEX
#0B1174RGB
rgb(11, 17, 116)HSL
hsl(237, 83%, 25%)OKLCH
oklch(0.275 0.16 267.5)CMYK
cmyk(91%, 85%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A0F69
2#090D5D
3#080B52
4#070A46
5#05083A
6#04062F
7#030523
8#020317
9#01020C
Tints
Lighter variations
1#0E1598
2#111ABB
3#151FDE
4#2D37EB
5#5058EF
6#7379F2
7#969BF5
8#B9BCF8
9#DCDEFC
Tones
Muted variations
1#10156F
2#151A6A
3#1B1E65
4#20235F
5#25285A
6#2B2D55
7#303150
8#35364A
9#3A3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE0 #DEE0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C5 #C2C5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9499 #9499F5 | BordersInactive statesPlaceholder text |
| 400 | 5C63 #5C63F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D37 #2D37EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 131C #131CCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F17 #0F17A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B10 #0B1075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070A #070A4B | Primary textHigh emphasis contentDark headings |
| 950 | 0406 #04062F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FE;
--navy-100: #DEE0FC;
--navy-200: #C2C5F9;
--navy-300: #9499F5;
--navy-400: #5C63F0;
--navy-500: #2D37EB;
--navy-600: #131CCD;
--navy-700: #0F17A3;
--navy-800: #0B1075;
--navy-900: #070A4B;
--navy-950: #04062F;
}