Navy
#081277
BlueColor Codes
All color formats for development
HEX
#081277RGB
rgb(8, 18, 119)HSL
hsl(235, 87%, 25%)OKLCH
oklch(0.279 0.164 266.5)CMYK
cmyk(93%, 85%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07106B
2#070E5F
3#060C53
4#050B48
5#04093C
6#030730
7#020524
8#020418
9#01020C
Tints
Lighter variations
1#0B179B
2#0D1CBF
3#1021E3
4#2839F0
5#4C5AF3
6#707BF5
7#949CF8
8#B7BDFA
9#DBDEFD
Tones
Muted variations
1#0E1672
2#131B6C
3#191F67
4#1E2461
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 #C1C6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 919A #919AF7 | BordersInactive statesPlaceholder text |
| 400 | 5865 #5865F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2839 #2839F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F1F #0F1FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C19 #0C19A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0812 #081277 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050B #050B4C | Primary textHigh emphasis contentDark headings |
| 950 | 0307 #030730 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FE;
--navy-100: #DEE0FD;
--navy-200: #C1C6FB;
--navy-300: #919AF7;
--navy-400: #5865F3;
--navy-500: #2839F0;
--navy-600: #0F1FD2;
--navy-700: #0C19A7;
--navy-800: #081277;
--navy-900: #050B4C;
--navy-950: #030730;
}