Navy
#150BA8
BlueColor Codes
All color formats for development
HEX
#150BA8RGB
rgb(21, 11, 168)HSL
hsl(244, 88%, 35%)OKLCH
oklch(0.343 0.221 268)CMYK
cmyk(87%, 93%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#130A97
2#110986
3#0F0775
4#0D0665
5#0B0554
6#080443
7#060332
8#040222
9#020111
Tints
Lighter variations
1#190DC7
2#1D0FE6
3#3225F1
4#5044F3
5#6D63F5
6#8A82F7
7#A7A2F9
8#C5C1FB
9#E2E0FD
Tones
Muted variations
1#1C13A0
2#231A98
3#2A2290
4#302A88
5#373281
6#3E3A79
7#454271
8#4C4A69
9#525161
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C1 #C5C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9891 #9891F8 | BordersInactive statesPlaceholder text |
| 400 | 6257 #6257F4 | Disabled statesSecondary iconsMuted text |
| 500 | 3527 #3527F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B0D #1B0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 150B #150BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F08 #0F0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A05 #0A054D | Primary textHigh emphasis contentDark headings |
| 950 | 0603 #060330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F1FE;
--navy-100: #E0DDFD;
--navy-200: #C5C1FB;
--navy-300: #9891F8;
--navy-400: #6257F4;
--navy-500: #3527F1;
--navy-600: #1B0DD3;
--navy-700: #150BA8;
--navy-800: #0F0878;
--navy-900: #0A054D;
--navy-950: #060330;
}