Navy
#011150
BlueColor Codes
All color formats for development
HEX
#011150RGB
rgb(1, 17, 80)HSL
hsl(228, 98%, 16%)OKLCH
oklch(0.223 0.116 263.9)CMYK
cmyk(99%, 79%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#010F49
2#010D41
3#010C39
4#000A30
5#000828
6#000720
7#000518
8#000310
9#000208
Tints
Lighter variations
1#011A7B
2#0222A6
3#022BD0
4#0334FA
5#2B55FD
6#5577FD
7#8099FE
8#AABBFE
9#D5DDFF
Tones
Muted variations
1#05134D
2#091649
3#0D1845
4#111A41
5#151D3D
6#191F39
7#1D2235
8#212431
9#25262D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE3 #DCE3FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCA #BDCAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BA2 #8BA2FE | BordersInactive statesPlaceholder text |
| 400 | 4E71 #4E71FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C49 #1C49FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 022E #022EDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0225 #0225B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 011A #011A7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0111 #011151 | Primary textHigh emphasis contentDark headings |
| 950 | 010B #010B32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F3FF;
--navy-100: #DCE3FF;
--navy-200: #BDCAFE;
--navy-300: #8BA2FE;
--navy-400: #4E71FD;
--navy-500: #1C49FD;
--navy-600: #022EDE;
--navy-700: #0225B1;
--navy-800: #011A7E;
--navy-900: #011151;
--navy-950: #010B32;
}