Navy
#240CA6
BlueColor Codes
All color formats for development
HEX
#240CA6RGB
rgb(36, 12, 166)HSL
hsl(249, 87%, 35%)OKLCH
oklch(0.349 0.214 272.7)CMYK
cmyk(78%, 93%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F0A96
2#1C0986
3#180875
4#150764
5#110653
6#0E0543
7#0A0332
8#070221
9#030111
Tints
Lighter variations
1#290EC6
2#3010E5
3#4426F0
4#5F45F2
5#7A64F4
6#9483F6
7#AFA2F9
8#CAC1FB
9#E4E0FD
Tones
Muted variations
1#28139F
2#2E1B97
3#332390
4#392B88
5#3E3280
6#443A78
7#494271
8#4E4A69
9#545161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DE #E2DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC1 #CAC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A191 #A191F7 | BordersInactive statesPlaceholder text |
| 400 | 6F58 #6F58F3 | Disabled statesSecondary iconsMuted text |
| 500 | 4628 #4628F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C0F #2C0FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 230C #230CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1908 #190877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1005 #10054C | Primary textHigh emphasis contentDark headings |
| 950 | 0A03 #0A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FE;
--navy-100: #E2DEFD;
--navy-200: #CAC1FB;
--navy-300: #A191F7;
--navy-400: #6F58F3;
--navy-500: #4628F0;
--navy-600: #2C0FD2;
--navy-700: #230CA7;
--navy-800: #190877;
--navy-900: #10054C;
--navy-950: #0A0330;
}