Navy
#01257E
BlueColor Codes
All color formats for development
HEX
#01257ERGB
rgb(1, 37, 126)HSL
hsl(223, 98%, 25%)OKLCH
oklch(0.316 0.154 262.9)CMYK
cmyk(99%, 71%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#012172
2#011D65
3#011A58
4#01164C
5#01123F
6#010F32
7#000B26
8#000719
9#00040D
Tints
Lighter variations
1#0230A4
2#023BCA
3#0246F0
4#1C5CFD
5#4277FD
6#6892FD
7#8DADFE
8#B3C9FE
9#D9E4FF
Tones
Muted variations
1#082778
2#0E2A72
3#142D6B
4#1A3065
5#21325F
6#273559
7#2D3852
8#333A4C
9#3A3D46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE6 #DCE6FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD0 #BDD0FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BAB #8BABFE | BordersInactive statesPlaceholder text |
| 400 | 4E80 #4E80FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C5C #1C5CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0241 #0241DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0233 #0233B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0125 #01257E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0117 #011751 | Primary textHigh emphasis contentDark headings |
| 950 | 010F #010F32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F4FF;
--navy-100: #DCE6FF;
--navy-200: #BDD0FE;
--navy-300: #8BABFE;
--navy-400: #4E80FD;
--navy-500: #1C5CFD;
--navy-600: #0241DE;
--navy-700: #0233B1;
--navy-800: #01257E;
--navy-900: #011751;
--navy-950: #010F32;
}