Navy
#000F80
BlueColor Codes
All color formats for development
HEX
#000F80RGB
rgb(0, 15, 128)HSL
hsl(233, 100%, 25%)OKLCH
oklch(0.285 0.179 264.2)CMYK
cmyk(100%, 88%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#000D73
2#000C66
3#000A59
4#00094D
5#000740
6#000633
7#000426
8#00031A
9#00010D
Tints
Lighter variations
1#0013A6
2#0018CC
3#001CF2
4#1A34FF
5#4056FF
6#6678FF
7#8C9AFF
8#B3BBFF
9#D9DDFF
Tones
Muted variations
1#061479
2#0D1973
3#131E6C
4#192266
5#202760
6#262C59
7#2D3153
8#33364D
9#393B46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBDF #DBDFFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC4 #BDC4FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A97 #8A97FF | BordersInactive statesPlaceholder text |
| 400 | 4D61 #4D61FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A34 #1A34FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 001A #001AE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0015 #0015B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 000F #000F80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 000A #000A52 | Primary textHigh emphasis contentDark headings |
| 950 | 0006 #000633 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F1FF;
--navy-100: #DBDFFF;
--navy-200: #BDC4FF;
--navy-300: #8A97FF;
--navy-400: #4D61FF;
--navy-500: #1A34FF;
--navy-600: #001AE0;
--navy-700: #0015B3;
--navy-800: #000F80;
--navy-900: #000A52;
--navy-950: #000633;
}