Navy
#01277E
BlueColor Codes
All color formats for development
HEX
#01277ERGB
rgb(1, 39, 126)HSL
hsl(222, 98%, 25%)OKLCH
oklch(0.319 0.152 262.6)CMYK
cmyk(99%, 69%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#012372
2#011F65
3#011B58
4#01174C
5#01133F
6#011032
7#000C26
8#000819
9#00040D
Tints
Lighter variations
1#0232A4
2#023ECA
3#024AF0
4#1C5FFD
5#427AFD
6#6895FD
7#8DAFFE
8#B3CAFE
9#D9E4FF
Tones
Muted variations
1#082978
2#0E2C72
3#142E6B
4#1A3165
5#21335F
6#273659
7#2D3852
8#333B4C
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 | BDD1 #BDD1FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BAD #8BADFE | BordersInactive statesPlaceholder text |
| 400 | 4E83 #4E83FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C5F #1C5FFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0244 #0244DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0236 #0236B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0127 #01277E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0119 #011951 | Primary textHigh emphasis contentDark headings |
| 950 | 0110 #011032 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F4FF;
--navy-100: #DCE6FF;
--navy-200: #BDD1FE;
--navy-300: #8BADFE;
--navy-400: #4E83FD;
--navy-500: #1C5FFD;
--navy-600: #0244DE;
--navy-700: #0236B1;
--navy-800: #01277E;
--navy-900: #011951;
--navy-950: #011032;
}