Navy
#0916AA
BlueColor Codes
All color formats for development
HEX
#0916AARGB
rgb(9, 22, 170)HSL
hsl(235, 90%, 35%)OKLCH
oklch(0.351 0.219 265.5)CMYK
cmyk(95%, 87%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081499
2#071288
3#061077
4#050D66
5#040B55
6#040944
7#030733
8#020422
9#010211
Tints
Lighter variations
1#0B1AC9
2#0C1FE9
3#2334F3
4#4251F5
5#626EF7
6#818BF8
7#A1A8FA
8#C0C5FC
9#E0E2FD
Tones
Muted variations
1#111DA2
2#19249A
3#212A91
4#293189
5#313881
6#393E79
7#414571
8#494C69
9#515361
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C5 #C0C5FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9098 #9098F9 | BordersInactive statesPlaceholder text |
| 400 | 5563 #5563F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2536 #2536F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B1C #0B1CD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0916 #0916AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0610 #061079 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040A #040A4E | 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: #F0F2FE;
--navy-100: #DDE0FD;
--navy-200: #C0C5FC;
--navy-300: #9098F9;
--navy-400: #5563F6;
--navy-500: #2536F4;
--navy-600: #0B1CD5;
--navy-700: #0916AA;
--navy-800: #061079;
--navy-900: #040A4E;
--navy-950: #030630;
}