Navy
#0009B3
BlueColor Codes
All color formats for development
HEX
#0009B3RGB
rgb(0, 9, 179)HSL
hsl(237, 100%, 35%)OKLCH
oklch(0.351 0.237 264.1)CMYK
cmyk(100%, 95%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0008A1
2#00078F
3#00067D
4#00056B
5#000459
6#000447
7#000336
8#000224
9#000112
Tints
Lighter variations
1#000BD4
2#000CF5
3#1723FF
4#3842FF
5#5962FF
6#7A81FF
7#9CA1FF
8#BDC0FF
9#DEE0FF
Tones
Muted variations
1#0911AA
2#1219A1
3#1B2198
4#24298F
5#2D3186
6#36397D
7#3E4174
8#47496B
9#505162
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBDD #DBDDFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC0 #BDC0FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A90 #8A90FF | BordersInactive statesPlaceholder text |
| 400 | 4D55 #4D55FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A25 #1A25FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 000B #000BE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0009 #0009B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0006 #000680 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0004 #000452 | Primary textHigh emphasis contentDark headings |
| 950 | 0003 #000333 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F0FF;
--navy-100: #DBDDFF;
--navy-200: #BDC0FF;
--navy-300: #8A90FF;
--navy-400: #4D55FF;
--navy-500: #1A25FF;
--navy-600: #000BE0;
--navy-700: #0009B3;
--navy-800: #000680;
--navy-900: #000452;
--navy-950: #000333;
}