Navy
#15067A
BlueColor Codes
All color formats for development
HEX
#15067ARGB
rgb(21, 6, 122)HSL
hsl(248, 91%, 25%)OKLCH
oklch(0.277 0.172 271.4)CMYK
cmyk(83%, 95%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13056E
2#110561
3#0F0455
4#0D0349
5#0B033D
6#080231
7#060225
8#040118
9#02010C
Tints
Lighter variations
1#1C079E
2#2209C3
3#280BE7
4#4024F5
5#6048F6
6#7F6DF8
7#9F91FA
8#BFB6FC
9#DFDAFD
Tones
Muted variations
1#190C74
2#1E116E
3#221768
4#261D63
5#2A235D
6#2F2957
7#332E51
8#37344B
9#3B3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C0 #C8C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D8F #9D8FFA | BordersInactive statesPlaceholder text |
| 400 | 6A55 #6A55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 4024 #4024F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 250A #250AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E08 #1E08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1506 #15067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E04 #0E044E | Primary textHigh emphasis contentDark headings |
| 950 | 0802 #080231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F0FE;
--navy-100: #E1DDFD;
--navy-200: #C8C0FC;
--navy-300: #9D8FFA;
--navy-400: #6A55F7;
--navy-500: #4024F5;
--navy-600: #250AD6;
--navy-700: #1E08AA;
--navy-800: #15067A;
--navy-900: #0E044E;
--navy-950: #080231;
}