Navy
#1C09AA
BlueColor Codes
All color formats for development
HEX
#1C09AARGB
rgb(28, 9, 170)HSL
hsl(247, 90%, 35%)OKLCH
oklch(0.348 0.222 269.8)CMYK
cmyk(84%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#190899
2#160788
3#130677
4#110566
5#0E0455
6#0B0444
7#080333
8#060222
9#030111
Tints
Lighter variations
1#210BC9
2#260CE9
3#3B23F3
4#5742F5
5#7362F7
6#8F81F8
7#ABA1FA
8#C7C0FC
9#E3E0FD
Tones
Muted variations
1#2211A2
2#28199A
3#2E2191
4#342989
5#3A3181
6#413979
7#474171
8#4D4969
9#535161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C0 #C7C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C90 #9C90F9 | BordersInactive statesPlaceholder text |
| 400 | 6855 #6855F6 | Disabled statesSecondary iconsMuted text |
| 500 | 3D25 #3D25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 230B #230BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C09 #1C09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1406 #140679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D04 #0D044E | Primary textHigh emphasis contentDark headings |
| 950 | 0803 #080330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FE;
--navy-100: #E1DDFD;
--navy-200: #C7C0FC;
--navy-300: #9C90F9;
--navy-400: #6855F6;
--navy-500: #3D25F4;
--navy-600: #230BD5;
--navy-700: #1C09AA;
--navy-800: #140679;
--navy-900: #0D044E;
--navy-950: #080330;
}