Navy
#2409AA
BlueColor Codes
All color formats for development
HEX
#2409AARGB
rgb(36, 9, 170)HSL
hsl(250, 90%, 35%)OKLCH
oklch(0.352 0.219 272.4)CMYK
cmyk(79%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#200899
2#1D0788
3#190677
4#150566
5#120455
6#0E0444
7#0B0333
8#070222
9#040111
Tints
Lighter variations
1#2A0BC9
2#310CE9
3#4523F3
4#6042F5
5#7A62F7
6#9581F8
7#AFA1FA
8#CAC0FC
9#E4E0FD
Tones
Muted variations
1#2911A2
2#2E199A
3#342191
4#392989
5#3E3181
6#443979
7#494171
8#4F4969
9#545161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC0 #CAC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A190 #A190F9 | BordersInactive statesPlaceholder text |
| 400 | 7055 #7055F6 | Disabled statesSecondary iconsMuted text |
| 500 | 4725 #4725F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D0B #2D0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2409 #2409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A06 #1A0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1004 #10044E | 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: #F3F0FE;
--navy-100: #E2DDFD;
--navy-200: #CAC0FC;
--navy-300: #A190F9;
--navy-400: #7055F6;
--navy-500: #4725F4;
--navy-600: #2D0BD5;
--navy-700: #2409AA;
--navy-800: #1A0679;
--navy-900: #10044E;
--navy-950: #0A0330;
}