Navy
#1D0DA5
BlueColor Codes
All color formats for development
HEX
#1D0DA5RGB
rgb(29, 13, 165)HSL
hsl(246, 85%, 35%)OKLCH
oklch(0.344 0.214 270.4)CMYK
cmyk(82%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A0C95
2#170B84
3#140974
4#110863
5#0E0753
6#0B0542
7#090432
8#060321
9#030111
Tints
Lighter variations
1#2210C4
2#2712E2
3#3C28EE
4#5847F0
5#7466F3
6#9084F5
7#ABA3F8
8#C7C2FA
9#E3E0FD
Tones
Muted variations
1#23159E
2#291D96
3#2F248E
4#352C87
5#3B337F
6#413B78
7#474270
8#4D4A68
9#535261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DE #E1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C2 #C7C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C92 #9C92F6 | BordersInactive statesPlaceholder text |
| 400 | 695A #695AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E2B #3E2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2411 #2411D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D0D #1D0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 140A #140A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D06 #0D064B | Primary textHigh emphasis contentDark headings |
| 950 | 0804 #08042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E1DEFC;
--navy-200: #C7C2FA;
--navy-300: #9C92F6;
--navy-400: #695AF2;
--navy-500: #3E2BEE;
--navy-600: #2411D0;
--navy-700: #1D0DA5;
--navy-800: #140A76;
--navy-900: #0D064B;
--navy-950: #08042F;
}