Navy
#091277
BlueColor Codes
All color formats for development
HEX
#091277RGB
rgb(9, 18, 119)HSL
hsl(235, 86%, 25%)OKLCH
oklch(0.279 0.163 266.8)CMYK
cmyk(92%, 85%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08106B
2#070E5F
3#060D53
4#050B47
5#04093B
6#04072F
7#030524
8#020418
9#01020C
Tints
Lighter variations
1#0C179A
2#0E1DBE
3#1122E1
4#2A3AEF
5#4D5BF2
6#717CF4
7#949DF7
8#B8BDFA
9#DBDEFC
Tones
Muted variations
1#0E1771
2#141B6C
3#192066
4#1F2461
5#24295B
6#2A2D56
7#2F3250
8#35374B
9#3A3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE0 #DEE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C6 #C1C6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 929A #929AF7 | BordersInactive statesPlaceholder text |
| 400 | 5966 #5966F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2A3A #2A3AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1020 #1020D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C19 #0C19A6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0912 #091277 | Text on light backgroundsHeadingsStrong borders |
| 900 | 060C #060C4C | Primary textHigh emphasis contentDark headings |
| 950 | 0407 #04072F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FE;
--navy-100: #DEE0FD;
--navy-200: #C1C6FA;
--navy-300: #929AF7;
--navy-400: #5966F3;
--navy-500: #2A3AEF;
--navy-600: #1020D1;
--navy-700: #0C19A6;
--navy-800: #091277;
--navy-900: #060C4C;
--navy-950: #04072F;
}