Navy
#1A0BA8
BlueColor Codes
All color formats for development
HEX
#1A0BA8RGB
rgb(26, 11, 168)HSL
hsl(246, 88%, 35%)OKLCH
oklch(0.345 0.219 269.3)CMYK
cmyk(85%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#180A97
2#150986
3#120775
4#100665
5#0D0554
6#0B0443
7#080332
8#050222
9#030111
Tints
Lighter variations
1#1F0DC7
2#240FE6
3#3925F1
4#5644F3
5#7263F5
6#8E82F7
7#AAA2F9
8#C7C1FB
9#E3E0FD
Tones
Muted variations
1#2113A0
2#271A98
3#2D2290
4#342A88
5#3A3281
6#403A79
7#464271
8#4D4A69
9#535161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C1 #C7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B91 #9B91F8 | BordersInactive statesPlaceholder text |
| 400 | 6757 #6757F4 | Disabled statesSecondary iconsMuted text |
| 500 | 3B27 #3B27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 210D #210DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A0B #1A0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1308 #130878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C05 #0C054D | Primary textHigh emphasis contentDark headings |
| 950 | 0803 #080330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E1DDFD;
--navy-200: #C7C1FB;
--navy-300: #9B91F8;
--navy-400: #6757F4;
--navy-500: #3B27F1;
--navy-600: #210DD3;
--navy-700: #1A0BA8;
--navy-800: #130878;
--navy-900: #0C054D;
--navy-950: #080330;
}