Navy
#0B15A8
BlueColor Codes
All color formats for development
HEX
#0B15A8RGB
rgb(11, 21, 168)HSL
hsl(236, 88%, 35%)OKLCH
oklch(0.348 0.218 265.9)CMYK
cmyk(93%, 87%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A1397
2#091186
3#070F75
4#060D65
5#050B54
6#040843
7#030632
8#020422
9#010211
Tints
Lighter variations
1#0D19C7
2#0F1DE6
3#2532F1
4#4450F3
5#636DF5
6#828AF7
7#A2A7F9
8#C1C5FB
9#E0E2FD
Tones
Muted variations
1#131CA0
2#1A2398
3#222A90
4#2A3088
5#323781
6#3A3E79
7#424571
8#4A4C69
9#515261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C5 #C1C5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9198 #9198F8 | BordersInactive statesPlaceholder text |
| 400 | 5762 #5762F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2735 #2735F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D1B #0D1BD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B15 #0B15A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 080F #080F78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050A #050A4D | Primary textHigh emphasis contentDark headings |
| 950 | 0306 #030630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FE;
--navy-100: #DDE0FD;
--navy-200: #C1C5FB;
--navy-300: #9198F8;
--navy-400: #5762F4;
--navy-500: #2735F1;
--navy-600: #0D1BD3;
--navy-700: #0B15A8;
--navy-800: #080F78;
--navy-900: #050A4D;
--navy-950: #030630;
}