Navy
#02134F
BlueColor Codes
All color formats for development
HEX
#02134FRGB
rgb(2, 19, 79)HSL
hsl(227, 95%, 16%)OKLCH
oklch(0.227 0.112 264.1)CMYK
cmyk(97%, 76%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#021148
2#020F40
3#010D38
4#010B30
5#010928
6#010820
7#010618
8#000410
9#000208
Tints
Lighter variations
1#031D79
2#0427A3
3#0531CD
4#063AF7
5#2E5AFA
6#587BFB
7#829CFC
8#ABBDFD
9#D5DEFE
Tones
Muted variations
1#06154C
2#0A1748
3#0E1944
4#121C40
5#151E3C
6#192038
7#1D2234
8#212431
9#25272D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE4 #DCE4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BECC #BECCFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DA5 #8DA5FC | BordersInactive statesPlaceholder text |
| 400 | 5176 #5176FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F4E #1F4EF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0634 #0634DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0429 #0429AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 031D #031D7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0213 #021350 | Primary textHigh emphasis contentDark headings |
| 950 | 010C #010C32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F3FF;
--navy-100: #DCE4FE;
--navy-200: #BECCFD;
--navy-300: #8DA5FC;
--navy-400: #5176FB;
--navy-500: #1F4EF9;
--navy-600: #0634DB;
--navy-700: #0429AE;
--navy-800: #031D7C;
--navy-900: #021350;
--navy-950: #010C32;
}