Navy
#01237E
BlueColor Codes
All color formats for development
HEX
#01237ERGB
rgb(1, 35, 126)HSL
hsl(224, 98%, 25%)OKLCH
oklch(0.312 0.157 263.2)CMYK
cmyk(99%, 72%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#011F72
2#011C65
3#011858
4#01154C
5#01113F
6#010E32
7#000A26
8#000719
9#00030D
Tints
Lighter variations
1#022DA4
2#0237CA
3#0242F0
4#1C58FD
5#4274FD
6#6890FD
7#8DABFE
8#B3C7FE
9#D9E3FF
Tones
Muted variations
1#082678
2#0E2872
3#142B6B
4#1A2E65
5#21315F
6#273459
7#2D3752
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 | DCE5 #DCE5FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCF #BDCFFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BAA #8BAAFE | BordersInactive statesPlaceholder text |
| 400 | 4E7D #4E7DFD | Disabled statesSecondary iconsMuted text |
| 500 | 1C58 #1C58FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 023D #023DDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0230 #0230B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0123 #01237E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0116 #011651 | Primary textHigh emphasis contentDark headings |
| 950 | 010E #010E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F4FF;
--navy-100: #DCE5FF;
--navy-200: #BDCFFE;
--navy-300: #8BAAFE;
--navy-400: #4E7DFD;
--navy-500: #1C58FD;
--navy-600: #023DDE;
--navy-700: #0230B1;
--navy-800: #01237E;
--navy-900: #011651;
--navy-950: #010E32;
}