Navy
#090F49
BlueColor Codes
All color formats for development
HEX
#090F49RGB
rgb(9, 15, 73)HSL
hsl(234, 78%, 16%)OKLCH
oklch(0.215 0.106 269.5)CMYK
cmyk(88%, 79%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#080E41
2#070C3A
3#060B33
4#05092C
5#040824
6#04061D
7#030516
8#02030F
9#010207
Tints
Lighter variations
1#0E176F
2#121F95
3#1728BB
4#1C30E1
5#4051E7
6#6674EC
7#8D97F1
8#B3B9F6
9#D9DCFA
Tones
Muted variations
1#0C1245
2#0F1442
3#13173F
4#161A3C
5#191C39
6#1C1F36
7#1F2132
8#22242F
9#26262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C9 #C4C9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A0 #97A0F2 | BordersInactive statesPlaceholder text |
| 400 | 606E #606EEB | Disabled statesSecondary iconsMuted text |
| 500 | 3345 #3345E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 192A #192AC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1422 #14229F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E18 #0E1871 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090F #090F49 | Primary textHigh emphasis contentDark headings |
| 950 | 060A #060A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FD;
--navy-100: #DFE2FB;
--navy-200: #C4C9F8;
--navy-300: #97A0F2;
--navy-400: #606EEB;
--navy-500: #3345E6;
--navy-600: #192AC8;
--navy-700: #14229F;
--navy-800: #0E1871;
--navy-900: #090F49;
--navy-950: #060A2D;
}