Navy
#1B0B74
BlueColor Codes
All color formats for development
HEX
#1B0B74RGB
rgb(27, 11, 116)HSL
hsl(249, 83%, 25%)OKLCH
oklch(0.277 0.16 275)CMYK
cmyk(77%, 91%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#180A69
2#15095D
3#130852
4#100746
5#0D053A
6#0B042F
7#080323
8#050217
9#03010C
Tints
Lighter variations
1#230E98
2#2B11BB
3#3315DE
4#4A2DEB
5#6850EF
6#8673F2
7#A496F5
8#C3B9F8
9#E1DCFC
Tones
Muted variations
1#1E106F
2#22156A
3#261B65
4#2A205F
5#2D255A
6#312B55
7#353050
8#38354A
9#3C3A45
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;
}