Navy
#240DA5
BlueColor Codes
All color formats for development
HEX
#240DA5RGB
rgb(36, 13, 165)HSL
hsl(249, 85%, 35%)OKLCH
oklch(0.348 0.212 272.8)CMYK
cmyk(78%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#210C95
2#1D0B84
3#190974
4#160863
5#120753
6#0E0542
7#0B0432
8#070321
9#040111
Tints
Lighter variations
1#2B10C4
2#3212E2
3#4628EE
4#6047F0
5#7B66F3
6#9584F5
7#B0A3F8
8#CAC2FA
9#E5E0FD
Tones
Muted variations
1#29159E
2#2F1D96
3#34248E
4#392C87
5#3F337F
6#443B78
7#494270
8#4F4A68
9#545261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DE #E3DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC2 #CAC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A192 #A192F6 | BordersInactive statesPlaceholder text |
| 400 | 715A #715AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 482B #482BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D11 #2D11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 240D #240DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A0A #1A0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1106 #11064B | Primary textHigh emphasis contentDark headings |
| 950 | 0A04 #0A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F1FE;
--navy-100: #E3DEFC;
--navy-200: #CAC2FA;
--navy-300: #A192F6;
--navy-400: #715AF2;
--navy-500: #482BEE;
--navy-600: #2D11D0;
--navy-700: #240DA5;
--navy-800: #1A0A76;
--navy-900: #11064B;
--navy-950: #0A042F;
}