Navy
#1D1D63
BlueColor Codes
All color formats for development
HEX
#1D1D63RGB
rgb(29, 29, 99)HSL
hsl(240, 55%, 25%)OKLCH
oklch(0.284 0.12 275.6)CMYK
cmyk(71%, 71%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A1A59
2#17174F
3#141445
4#11113B
5#0E0E31
6#0B0B28
7#09091E
8#060614
9#03030A
Tints
Lighter variations
1#252580
2#2E2E9E
3#3737BC
4#4D4DCB
5#6B6BD4
6#8888DD
7#A6A6E5
8#C4C4EE
9#E1E1F6
Tones
Muted variations
1#20205F
2#24245C
3#272758
4#2B2B55
5#2E2E51
6#32324E
7#35354A
8#393947
9#3C3C43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E3 #E3E3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCC #CCCCF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A4 #A4A4E5 | BordersInactive statesPlaceholder text |
| 400 | 7575 #7575D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D4D #4D4DCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3232 #3232AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2828 #28288A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D1D #1D1D63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1212 #12123F | Primary textHigh emphasis contentDark headings |
| 950 | 0B0B #0B0B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F3FC;
--navy-100: #E3E3F7;
--navy-200: #CCCCF0;
--navy-300: #A4A4E5;
--navy-400: #7575D7;
--navy-500: #4D4DCB;
--navy-600: #3232AE;
--navy-700: #28288A;
--navy-800: #1D1D63;
--navy-900: #12123F;
--navy-950: #0B0B28;
}