Navy
#1015A2
BlueColor Codes
All color formats for development
HEX
#1015A2RGB
rgb(16, 21, 162)HSL
hsl(238, 82%, 35%)OKLCH
oklch(0.341 0.21 266.9)CMYK
cmyk(90%, 87%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1392
2#0D1182
3#0B0F72
4#0A0D61
5#080A51
6#060841
7#050631
8#030420
9#020210
Tints
Lighter variations
1#1319C1
2#161DDF
3#2C32EA
4#4A4FED
5#686DF0
6#868AF3
7#A5A7F6
8#C3C4F9
9#E1E2FC
Tones
Muted variations
1#171C9B
2#1F2394
3#26298C
4#2D3085
5#35377E
6#3C3E77
7#43456F
8#4B4C68
9#525261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C4 #C3C4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9497 #9497F4 | BordersInactive statesPlaceholder text |
| 400 | 5D61 #5D61EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E34 #2E34EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 141A #141ACC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1015 #1015A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B0F #0B0F74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 070A #070A4A | Primary textHigh emphasis contentDark headings |
| 950 | 0506 #05062E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F1FE;
--navy-100: #DFDFFC;
--navy-200: #C3C4F9;
--navy-300: #9497F4;
--navy-400: #5D61EF;
--navy-500: #2E34EA;
--navy-600: #141ACC;
--navy-700: #1015A2;
--navy-800: #0B0F74;
--navy-900: #070A4A;
--navy-950: #05062E;
}