Navy
#0F17A3
BlueColor Codes
All color formats for development
HEX
#0F17A3RGB
rgb(15, 23, 163)HSL
hsl(237, 83%, 35%)OKLCH
oklch(0.344 0.21 266.6)CMYK
cmyk(91%, 86%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1493
2#0C1283
3#0B1072
4#090E62
5#080B52
6#060941
7#050731
8#030521
9#020210
Tints
Lighter variations
1#121BC2
2#151FE0
3#2B34EB
4#4951EE
5#676EF1
6#868BF4
7#A4A8F7
8#C2C5F9
9#E1E2FC
Tones
Muted variations
1#171D9C
2#1E2495
3#252B8D
4#2D3186
5#34387E
6#3C3F77
7#43456F
8#4A4C68
9#525361
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;
}