Navy
#1F0DA5
BlueColor Codes
All color formats for development
HEX
#1F0DA5RGB
rgb(31, 13, 165)HSL
hsl(247, 85%, 35%)OKLCH
oklch(0.345 0.214 271)CMYK
cmyk(81%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C0C95
2#190B84
3#160974
4#130863
5#100753
6#0C0542
7#090432
8#060321
9#030111
Tints
Lighter variations
1#2510C4
2#2B12E2
3#3F28EE
4#5B47F0
5#7666F3
6#9184F5
7#ADA3F8
8#C8C2FA
9#E4E0FD
Tones
Muted variations
1#25159E
2#2B1D96
3#31248E
4#362C87
5#3C337F
6#423B78
7#484270
8#4E4A68
9#535261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DE #E2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C2 #C8C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E92 #9E92F6 | BordersInactive statesPlaceholder text |
| 400 | 6C5A #6C5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 412B #412BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2711 #2711D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F0D #1F0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 160A #160A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E06 #0E064B | Primary textHigh emphasis contentDark headings |
| 950 | 0904 #09042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E2DEFC;
--navy-200: #C8C2FA;
--navy-300: #9E92F6;
--navy-400: #6C5AF2;
--navy-500: #412BEE;
--navy-600: #2711D0;
--navy-700: #1F0DA5;
--navy-800: #160A76;
--navy-900: #0E064B;
--navy-950: #09042F;
}