Navy
#04127C
BlueColor Codes
All color formats for development
HEX
#04127CRGB
rgb(4, 18, 124)HSL
hsl(233, 94%, 25%)OKLCH
oklch(0.284 0.171 265.3)CMYK
cmyk(97%, 85%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03106F
2#030E63
3#030C57
4#020B4A
5#02093E
6#020731
7#010525
8#010419
9#00020C
Tints
Lighter variations
1#0517A1
2#061CC6
3#0722EB
4#203AF8
5#455AF9
6#6B7BFA
7#909CFC
8#B5BDFD
9#DADEFE
Tones
Muted variations
1#0A1676
2#101B70
3#16206A
4#1C2464
5#22295E
6#282D58
7#2E3252
8#34374C
9#3A3B46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE0 #DCE0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC6 #BFC6FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D9A #8D9AFB | BordersInactive statesPlaceholder text |
| 400 | 5265 #5265FA | Disabled statesSecondary iconsMuted text |
| 500 | 203A #203AF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 071F #071FDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0519 #0519AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0412 #04127C | Text on light backgroundsHeadingsStrong borders |
| 900 | 020B #020B4F | Primary textHigh emphasis contentDark headings |
| 950 | 0207 #020731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F2FF;
--navy-100: #DCE0FE;
--navy-200: #BFC6FD;
--navy-300: #8D9AFB;
--navy-400: #5265FA;
--navy-500: #203AF8;
--navy-600: #071FDA;
--navy-700: #0519AD;
--navy-800: #04127C;
--navy-900: #020B4F;
--navy-950: #020731;
}