Navy
#1D07AB
BlueColor Codes
All color formats for development
HEX
#1D07ABRGB
rgb(29, 7, 171)HSL
hsl(248, 92%, 35%)OKLCH
oklch(0.349 0.223 270)CMYK
cmyk(83%, 96%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A069A
2#170689
3#140578
4#110467
5#0F0456
6#0C0345
7#090233
8#060122
9#030111
Tints
Lighter variations
1#2208CB
2#280AEB
3#3D20F6
4#5840F7
5#7460F8
6#9080FA
7#ACA0FB
8#C7BFFC
9#E3DFFE
Tones
Muted variations
1#230FA3
2#29189B
3#2F2093
4#35288B
5#3B3082
6#41387A
7#474172
8#4D496A
9#535161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BF #C7BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D8E #9D8EFA | BordersInactive statesPlaceholder text |
| 400 | 6A54 #6A54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 3F23 #3F23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2509 #2509D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D07 #1D07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1505 #15057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D03 #0D034E | 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: #E1DDFE;
--navy-200: #C7BFFC;
--navy-300: #9D8EFA;
--navy-400: #6A54F8;
--navy-500: #3F23F6;
--navy-600: #2509D7;
--navy-700: #1D07AB;
--navy-800: #15057A;
--navy-900: #0D034E;
--navy-950: #080231;
}