Navy
#2206AC
BlueColor Codes
All color formats for development
HEX
#2206ACRGB
rgb(34, 6, 172)HSL
hsl(250, 93%, 35%)OKLCH
oklch(0.352 0.223 271.6)CMYK
cmyk(80%, 97%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F069B
2#1B058A
3#180479
4#140467
5#110356
6#0E0245
7#0A0234
8#070122
9#030111
Tints
Lighter variations
1#2807CC
2#2F09EC
3#431FF7
4#5E3FF8
5#795FF9
6#947FFA
7#AE9FFC
8#C9BFFD
9#E4DFFE
Tones
Muted variations
1#270FA4
2#2D179C
3#331F93
4#38278B
5#3E3083
6#43387A
7#494072
8#4E496A
9#545162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9BF #C9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A08E #A08EFB | BordersInactive statesPlaceholder text |
| 400 | 6E53 #6E53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 4522 #4522F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2B08 #2B08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2206 #2206AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1804 #18047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1003 #10034F | Primary textHigh emphasis contentDark headings |
| 950 | 0A02 #0A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F0FE;
--navy-100: #E2DDFE;
--navy-200: #C9BFFD;
--navy-300: #A08EFB;
--navy-400: #6E53F9;
--navy-500: #4522F7;
--navy-600: #2B08D9;
--navy-700: #2206AC;
--navy-800: #18047B;
--navy-900: #10034F;
--navy-950: #0A0231;
}