Navy
#11074B
BlueColor Codes
All color formats for development
HEX
#11074BRGB
rgb(17, 7, 75)HSL
hsl(249, 83%, 16%)OKLCH
oklch(0.211 0.115 276.9)CMYK
cmyk(77%, 91%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F0643
2#0E063C
3#0C0534
4#0A042D
5#090325
6#07031E
7#050216
8#03010F
9#020107
Tints
Lighter variations
1#1A0B72
2#230E99
3#2C12C0
4#3516E7
5#563BED
6#7862F0
7#9989F4
8#BBB1F8
9#DDD8FB
Tones
Muted variations
1#130A47
2#160E44
3#181141
4#1B143D
5#1D183A
6#1F1B36
7#221F33
8#242230
9#26252C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DE #E3DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC2 #CBC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A294 #A294F5 | BordersInactive statesPlaceholder text |
| 400 | 725C #725CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 4A2D #4A2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F13 #2F13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 250F #250FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B0B #1B0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1107 #11074B | Primary textHigh emphasis contentDark headings |
| 950 | 0B04 #0B042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FE;
--navy-100: #E3DEFC;
--navy-200: #CBC2F9;
--navy-300: #A294F5;
--navy-400: #725CF0;
--navy-500: #4A2DEB;
--navy-600: #2F13CD;
--navy-700: #250FA3;
--navy-800: #1B0B75;
--navy-900: #11074B;
--navy-950: #0B042F;
}