Navy
#010A7E
BlueColor Codes
All color formats for development
HEX
#010A7ERGB
rgb(1, 10, 126)HSL
hsl(236, 98%, 25%)OKLCH
oklch(0.277 0.179 264.5)CMYK
cmyk(99%, 92%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#010972
2#010865
3#010758
4#01064C
5#01053F
6#010432
7#000326
8#000219
9#00010D
Tints
Lighter variations
1#020CA4
2#020FCA
3#0212F0
4#1C2BFD
5#424EFD
6#6872FD
7#8D95FE
8#B3B8FE
9#D9DCFF
Tones
Muted variations
1#080F78
2#0E1472
3#141A6B
4#1A1F65
5#21255F
6#272A59
7#2D3052
8#33354C
9#3A3A46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDE #DCDEFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC2 #BDC2FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B93 #8B93FE | BordersInactive statesPlaceholder text |
| 400 | 4E5A #4E5AFD | Disabled statesSecondary iconsMuted text |
| 500 | 1C2B #1C2BFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0211 #0211DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 020D #020DB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 010A #010A7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0106 #010651 | Primary textHigh emphasis contentDark headings |
| 950 | 0104 #010432 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F1FF;
--navy-100: #DCDEFF;
--navy-200: #BDC2FE;
--navy-300: #8B93FE;
--navy-400: #4E5AFD;
--navy-500: #1C2BFD;
--navy-600: #0211DE;
--navy-700: #020DB1;
--navy-800: #010A7E;
--navy-900: #010651;
--navy-950: #010432;
}