Navy
#1B12A1
BlueColor Codes
All color formats for development
HEX
#1B12A1RGB
rgb(27, 18, 161)HSL
hsl(244, 80%, 35%)OKLCH
oklch(0.342 0.208 269.9)CMYK
cmyk(83%, 89%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#191091
2#160E81
3#130C70
4#100B60
5#0E0950
6#0B0740
7#080530
8#050420
9#030210
Tints
Lighter variations
1#2015BE
2#2618DC
3#3B2EE8
4#574CEB
5#736AEE
6#8F88F2
7#ABA5F5
8#C7C3F8
9#E3E1FC
Tones
Muted variations
1#22199A
2#282092
3#2E278B
4#342E84
5#3A367D
6#403D76
7#47446F
8#4D4B68
9#535260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C3 #C7C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C95 #9C95F3 | BordersInactive statesPlaceholder text |
| 400 | 685E #685EED | Disabled statesSecondary iconsMuted text |
| 500 | 3D30 #3D30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2216 #2216CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B12 #1B12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 140D #140D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D08 #0D0849 | Primary textHigh emphasis contentDark headings |
| 950 | 0805 #08052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FD;
--navy-100: #E1DFFB;
--navy-200: #C7C3F8;
--navy-300: #9C95F3;
--navy-400: #685EED;
--navy-500: #3D30E8;
--navy-600: #2216CA;
--navy-700: #1B12A1;
--navy-800: #140D73;
--navy-900: #0D0849;
--navy-950: #08052E;
}