Navy
#100DA5
BlueColor Codes
All color formats for development
HEX
#100DA5RGB
rgb(16, 13, 165)HSL
hsl(241, 85%, 35%)OKLCH
oklch(0.339 0.218 266.9)CMYK
cmyk(90%, 92%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E0C95
2#0D0B84
3#0B0974
4#0A0863
5#080753
6#060542
7#050432
8#030321
9#020111
Tints
Lighter variations
1#1310C4
2#1612E2
3#2C28EE
4#4A47F0
5#6866F3
6#8684F5
7#A4A3F8
8#C3C2FA
9#E1E0FD
Tones
Muted variations
1#17159E
2#1F1D96
3#26248E
4#2D2C87
5#35337F
6#3C3B78
7#434270
8#4B4A68
9#525261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDE #DEDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C2 #C3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9492 #9492F6 | BordersInactive statesPlaceholder text |
| 400 | 5C5A #5C5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2E2B #2E2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1411 #1411D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 100D #100DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B0A #0B0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0706 #07064B | Primary textHigh emphasis contentDark headings |
| 950 | 0504 #05042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DEDEFC;
--navy-200: #C3C2FA;
--navy-300: #9492F6;
--navy-400: #5C5AF2;
--navy-500: #2E2BEE;
--navy-600: #1411D0;
--navy-700: #100DA5;
--navy-800: #0B0A76;
--navy-900: #07064B;
--navy-950: #05042F;
}