Navy
#220B75
BlueColor Codes
All color formats for development
HEX
#220B75RGB
rgb(34, 11, 117)HSL
hsl(253, 83%, 25%)OKLCH
oklch(0.284 0.16 278.9)CMYK
cmyk(71%, 91%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E0A69
2#1B095D
3#180852
4#140746
5#11053A
6#0E042F
7#0A0323
8#070217
9#03010C
Tints
Lighter variations
1#2C0E98
2#3611BB
3#4015DE
4#562DEB
5#7250EF
6#8F73F2
7#AB96F5
8#C7B9F8
9#E3DCFC
Tones
Muted variations
1#25106F
2#28156A
3#2B1B65
4#2E205F
5#31255A
6#342B55
7#373050
8#3A354A
9#3D3A45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DE #E5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC2 #CEC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A994 #A994F5 | BordersInactive statesPlaceholder text |
| 400 | 7C5C #7C5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 562D #562DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B13 #3B13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F0F #2F0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 220B #220B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1607 #16074B | Primary textHigh emphasis contentDark headings |
| 950 | 0E04 #0E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F4F1FE;
--navy-100: #E5DEFC;
--navy-200: #CEC2F9;
--navy-300: #A994F5;
--navy-400: #7C5CF0;
--navy-500: #562DEB;
--navy-600: #3B13CD;
--navy-700: #2F0FA3;
--navy-800: #220B75;
--navy-900: #16074B;
--navy-950: #0E042F;
}