Navy
#090B49
BlueColor Codes
All color formats for development
HEX
#090B49RGB
rgb(9, 11, 73)HSL
hsl(238, 78%, 16%)OKLCH
oklch(0.209 0.11 270.5)CMYK
cmyk(88%, 85%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#080A41
2#07093A
3#060833
4#05072C
5#040624
6#04041D
7#030316
8#02020F
9#010107
Tints
Lighter variations
1#0E116F
2#121795
3#171DBB
4#1C22E1
5#4046E7
6#666BEC
7#8D90F1
8#B3B5F6
9#D9DAFA
Tones
Muted variations
1#0C0E45
2#0F1142
3#13143F
4#16173C
5#191A39
6#1C1D36
7#1F2032
8#22232F
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE0 #DFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C6 #C4C6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 979A #979AF2 | BordersInactive statesPlaceholder text |
| 400 | 6065 #6065EB | Disabled statesSecondary iconsMuted text |
| 500 | 3339 #3339E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 191F #191FC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1418 #14189F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E11 #0E1171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090B #090B49 | Primary textHigh emphasis contentDark headings |
| 950 | 0607 #06072D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FD;
--navy-100: #DFE0FB;
--navy-200: #C4C6F8;
--navy-300: #979AF2;
--navy-400: #6065EB;
--navy-500: #3339E6;
--navy-600: #191FC8;
--navy-700: #14189F;
--navy-800: #0E1171;
--navy-900: #090B49;
--navy-950: #06072D;
}