Navy
#1200B3
BlueColor Codes
All color formats for development
HEX
#1200B3RGB
rgb(18, 0, 179)HSL
hsl(246, 100%, 35%)OKLCH
oklch(0.351 0.237 266.9)CMYK
cmyk(90%, 100%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1000A1
2#0E008F
3#0C007D
4#0B006B
5#090059
6#070047
7#050036
8#040024
9#020012
Tints
Lighter variations
1#1500D4
2#1800F5
3#2E17FF
4#4C38FF
5#6A59FF
6#887AFF
7#A59CFF
8#C3BDFF
9#E1DEFF
Tones
Muted variations
1#1909AA
2#2012A1
3#271B98
4#2E248F
5#362D86
6#3D367D
7#443E74
8#4B476B
9#525062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDB #DFDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3BD #C3BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 958A #958AFF | BordersInactive statesPlaceholder text |
| 400 | 5E4D #5E4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 301A #301AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1600 #1600E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1200 #1200B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D00 #0D0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0800 #080052 | Primary textHigh emphasis contentDark headings |
| 950 | 0500 #050033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F0FF;
--navy-100: #DFDBFF;
--navy-200: #C3BDFF;
--navy-300: #958AFF;
--navy-400: #5E4DFF;
--navy-500: #301AFF;
--navy-600: #1600E0;
--navy-700: #1200B3;
--navy-800: #0D0080;
--navy-900: #080052;
--navy-950: #050033;
}