Navy
#1E08AA
BlueColor Codes
All color formats for development
HEX
#1E08AARGB
rgb(30, 8, 170)HSL
hsl(248, 91%, 35%)OKLCH
oklch(0.348 0.221 270.4)CMYK
cmyk(82%, 95%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B0799
2#180688
3#150677
4#120566
5#0F0455
6#0C0344
7#090233
8#060222
9#030111
Tints
Lighter variations
1#230ACA
2#290BEA
3#3E21F5
4#5941F6
5#7561F8
6#9080F9
7#ACA0FB
8#C8C0FC
9#E3DFFE
Tones
Muted variations
1#2410A2
2#2A189A
3#302092
4#36298A
5#3B3182
6#41397A
7#474172
8#4D4969
9#535161
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;
}