Navy
#2109AA
BlueColor Codes
All color formats for development
HEX
#2109AARGB
rgb(33, 9, 170)HSL
hsl(249, 90%, 35%)OKLCH
oklch(0.351 0.22 271.4)CMYK
cmyk(81%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E0899
2#1A0788
3#170677
4#140566
5#110455
6#0D0444
7#0A0333
8#070222
9#030111
Tints
Lighter variations
1#270BC9
2#2D0CE9
3#4223F3
4#5D42F5
5#7862F7
6#9381F8
7#AEA1FA
8#C9C0FC
9#E4E0FD
Tones
Muted variations
1#2711A2
2#2C199A
3#322191
4#382989
5#3D3181
6#433979
7#484171
8#4E4969
9#545161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C0 #C9C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F90 #9F90F9 | BordersInactive statesPlaceholder text |
| 400 | 6E55 #6E55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 4425 #4425F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A0B #2A0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2109 #2109AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1806 #180679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F04 #0F044E | Primary textHigh emphasis contentDark headings |
| 950 | 0903 #090330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F0FE;
--navy-100: #E2DDFD;
--navy-200: #C9C0FC;
--navy-300: #9F90F9;
--navy-400: #6E55F6;
--navy-500: #4425F4;
--navy-600: #2A0BD5;
--navy-700: #2109AA;
--navy-800: #180679;
--navy-900: #0F044E;
--navy-950: #090330;
}