Navy
#1C0FA3
BlueColor Codes
All color formats for development
HEX
#1C0FA3RGB
rgb(28, 15, 163)HSL
hsl(245, 83%, 35%)OKLCH
oklch(0.342 0.211 270.2)CMYK
cmyk(83%, 91%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#190E93
2#160C83
3#130B72
4#110962
5#0E0852
6#0B0641
7#080531
8#060321
9#030210
Tints
Lighter variations
1#2112C2
2#2615E0
3#3B2BEB
4#5749EE
5#7367F1
6#8F86F4
7#ABA4F7
8#C7C2F9
9#E3E1FC
Tones
Muted variations
1#22179C
2#281E95
3#2E258D
4#342D86
5#3A347E
6#413C77
7#47436F
8#4D4A68
9#535261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DE #E1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C2 #C7C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C94 #9C94F5 | BordersInactive statesPlaceholder text |
| 400 | 685C #685CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 3D2D #3D2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2313 #2313CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C0F #1C0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 140B #140B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D07 #0D074B | Primary textHigh emphasis contentDark headings |
| 950 | 0804 #08042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E1DEFC;
--navy-200: #C7C2F9;
--navy-300: #9C94F5;
--navy-400: #685CF0;
--navy-500: #3D2DEB;
--navy-600: #2313CD;
--navy-700: #1C0FA3;
--navy-800: #140B75;
--navy-900: #0D074B;
--navy-950: #08042F;
}