Navy
#220DA5
BlueColor Codes
All color formats for development
HEX
#220DA5RGB
rgb(34, 13, 165)HSL
hsl(248, 85%, 35%)OKLCH
oklch(0.347 0.213 272.1)CMYK
cmyk(79%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E0C95
2#1B0B84
3#180974
4#140863
5#110753
6#0D0542
7#0A0432
8#070321
9#030111
Tints
Lighter variations
1#2810C4
2#2E12E2
3#4328EE
4#5E47F0
5#7866F3
6#9384F5
7#AEA3F8
8#C9C2FA
9#E4E0FD
Tones
Muted variations
1#27159E
2#2D1D96
3#32248E
4#382C87
5#3D337F
6#433B78
7#494270
8#4E4A68
9#545261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DE #E2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C2 #C9C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A092 #A092F6 | BordersInactive statesPlaceholder text |
| 400 | 6E5A #6E5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 452B #452BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A11 #2A11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 220D #220DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 180A #180A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F06 #0F064B | 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: #E2DEFC;
--navy-200: #C9C2FA;
--navy-300: #A092F6;
--navy-400: #6E5AF2;
--navy-500: #452BEE;
--navy-600: #2A11D0;
--navy-700: #220DA5;
--navy-800: #180A76;
--navy-900: #0F064B;
--navy-950: #0A042F;
}