Navy
#220BA8
BlueColor Codes
All color formats for development
HEX
#220BA8RGB
rgb(34, 11, 168)HSL
hsl(249, 88%, 35%)OKLCH
oklch(0.35 0.217 271.9)CMYK
cmyk(80%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F0A97
2#1B0986
3#180775
4#150665
5#110554
6#0E0443
7#0A0332
8#070222
9#030111
Tints
Lighter variations
1#290DC7
2#2F0FE6
3#4425F1
4#5E44F3
5#7963F5
6#9482F7
7#AFA2F9
8#C9C1FB
9#E4E0FD
Tones
Muted variations
1#2813A0
2#2D1A98
3#332290
4#382A88
5#3E3281
6#433A79
7#494271
8#4E4A69
9#545161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C1 #C9C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A091 #A091F8 | BordersInactive statesPlaceholder text |
| 400 | 6F57 #6F57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 4627 #4627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2B0D #2B0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 220B #220BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1808 #180878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1005 #10054D | 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: #F3F1FE;
--navy-100: #E2DDFD;
--navy-200: #C9C1FB;
--navy-300: #A091F8;
--navy-400: #6F57F4;
--navy-500: #4627F1;
--navy-600: #2B0DD3;
--navy-700: #220BA8;
--navy-800: #180878;
--navy-900: #10054D;
--navy-950: #0A0330;
}