Navy
#220EA4
BlueColor Codes
All color formats for development
HEX
#220EA4RGB
rgb(34, 14, 164)HSL
hsl(248, 84%, 35%)OKLCH
oklch(0.346 0.211 272.1)CMYK
cmyk(79%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F0D94
2#1B0B83
3#180A73
4#150963
5#110752
6#0E0642
7#0A0431
8#070321
9#030110
Tints
Lighter variations
1#2911C3
2#2F14E1
3#442AEC
4#5E48EF
5#7967F2
6#9485F4
7#AFA4F7
8#C9C2FA
9#E4E1FC
Tones
Muted variations
1#28169D
2#2D1D95
3#33258E
4#382C86
5#3E347F
6#433B77
7#494370
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 | A093 #A093F6 | BordersInactive statesPlaceholder text |
| 400 | 6F5B #6F5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 462C #462CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 2B12 #2B12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 220E #220EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 180A #180A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1007 #10074B | 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: #A093F6;
--navy-400: #6F5BF1;
--navy-500: #462CED;
--navy-600: #2B12CE;
--navy-700: #220EA4;
--navy-800: #180A75;
--navy-900: #10074B;
--navy-950: #0A042F;
}