Navy
#030B4E
BlueColor Codes
All color formats for development
HEX
#030B4ERGB
rgb(3, 11, 78)HSL
hsl(234, 93%, 16%)OKLCH
oklch(0.212 0.119 266)CMYK
cmyk(96%, 86%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#030947
2#02083F
3#020737
4#02062F
5#010527
6#01041F
7#010318
8#010210
9#000108
Tints
Lighter variations
1#041078
2#0615A1
3#071BCB
4#0920F4
5#3044F8
6#5A6AF9
7#838FFB
8#ACB4FC
9#D6DAFE
Tones
Muted variations
1#070D4B
2#0A1147
3#0E1443
4#121740
5#161A3C
6#1A1D38
7#1D2034
8#212330
9#25262D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC5 #BFC5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E99 #8E99FB | BordersInactive statesPlaceholder text |
| 400 | 5363 #5363F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2237 #2237F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 081D #081DD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0617 #0617AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0410 #04107B | Text on light backgroundsHeadingsStrong borders |
| 900 | 030A #030A4F | 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: #F0F2FE;
--navy-100: #DDE0FE;
--navy-200: #BFC5FD;
--navy-300: #8E99FB;
--navy-400: #5363F9;
--navy-500: #2237F7;
--navy-600: #081DD9;
--navy-700: #0617AC;
--navy-800: #04107B;
--navy-900: #030A4F;
--navy-950: #020731;
}