Navy
#1D0BA8
BlueColor Codes
All color formats for development
HEX
#1D0BA8RGB
rgb(29, 11, 168)HSL
hsl(247, 88%, 35%)OKLCH
oklch(0.347 0.218 270.2)CMYK
cmyk(83%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A0A97
2#170986
3#140775
4#110665
5#0F0554
6#0C0443
7#090332
8#060222
9#030111
Tints
Lighter variations
1#220DC7
2#280FE6
3#3D25F1
4#5844F3
5#7463F5
6#9082F7
7#ACA2F9
8#C7C1FB
9#E3E0FD
Tones
Muted variations
1#2313A0
2#291A98
3#2F2290
4#352A88
5#3B3281
6#413A79
7#474271
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 | 9D91 #9D91F8 | BordersInactive statesPlaceholder text |
| 400 | 6A57 #6A57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 3F27 #3F27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 250D #250DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D0B #1D0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1508 #150878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D05 #0D054D | 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: #9D91F8;
--navy-400: #6A57F4;
--navy-500: #3F27F1;
--navy-600: #250DD3;
--navy-700: #1D0BA8;
--navy-800: #150878;
--navy-900: #0D054D;
--navy-950: #080330;
}