Navy
#24248F
BlueColor Codes
All color formats for development
HEX
#24248FRGB
rgb(36, 36, 143)HSL
hsl(240, 60%, 35%)OKLCH
oklch(0.347 0.169 273.1)CMYK
cmyk(75%, 75%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202081
2#1D1D72
3#191964
4#151556
5#121247
6#0E0E39
7#0B0B2B
8#07071D
9#04040E
Tints
Lighter variations
1#2A2AA9
2#3131C4
3#4545D1
4#6060D7
5#7A7ADE
6#9595E4
7#AFAFEB
8#CACAF2
9#E4E4F8
Tones
Muted variations
1#292989
2#2E2E84
3#34347F
4#393979
5#3E3E74
6#44446F
7#494969
8#4F4F64
9#54545F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E2 #E2E2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACA #CACAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A1 #A1A1E8 | BordersInactive statesPlaceholder text |
| 400 | 7070 #7070DB | Disabled statesSecondary iconsMuted text |
| 500 | 4747 #4747D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D2D #2D2DB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2424 #24248F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A1A #1A1A66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1010 #101041 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0A #0A0A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F3FC;
--navy-100: #E2E2F8;
--navy-200: #CACAF2;
--navy-300: #A1A1E8;
--navy-400: #7070DB;
--navy-500: #4747D1;
--navy-600: #2D2DB4;
--navy-700: #24248F;
--navy-800: #1A1A66;
--navy-900: #101041;
--navy-950: #0A0A29;
}