Navy
#1B067A
BlueColor Codes
All color formats for development
HEX
#1B067ARGB
rgb(27, 6, 122)HSL
hsl(251, 91%, 25%)OKLCH
oklch(0.281 0.17 274.4)CMYK
cmyk(78%, 95%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18056E
2#160561
3#130455
4#100349
5#0E033D
6#0B0231
7#080225
8#050118
9#03010C
Tints
Lighter variations
1#23079E
2#2B09C3
3#330BE7
4#4A24F5
5#6848F6
6#866DF8
7#A591FA
8#C3B6FC
9#E1DAFD
Tones
Muted variations
1#1F0C74
2#22116E
3#261768
4#2A1D63
5#2D235D
6#312957
7#352E51
8#38344B
9#3C3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DD #E3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC0 #CBC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A38F #A38FFA | BordersInactive statesPlaceholder text |
| 400 | 7255 #7255F7 | Disabled statesSecondary iconsMuted text |
| 500 | 4A24 #4A24F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 300A #300AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2608 #2608AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B06 #1B067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1104 #11044E | Primary textHigh emphasis contentDark headings |
| 950 | 0B02 #0B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F3F0FE;
--navy-100: #E3DDFD;
--navy-200: #CBC0FC;
--navy-300: #A38FFA;
--navy-400: #7255F7;
--navy-500: #4A24F5;
--navy-600: #300AD6;
--navy-700: #2608AA;
--navy-800: #1B067A;
--navy-900: #11044E;
--navy-950: #0B0231;
}