Navy
#02214F
BlueColor Codes
All color formats for development
HEX
#02214FRGB
rgb(2, 33, 79)HSL
hsl(216, 95%, 16%)OKLCH
oklch(0.259 0.092 258.4)CMYK
cmyk(97%, 58%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#021E48
2#021A40
3#011738
4#011430
5#011128
6#010D20
7#010A18
8#000710
9#000308
Tints
Lighter variations
1#033279
2#0444A3
3#0555CD
4#0666F7
5#2E80FA
6#5899FB
7#82B3FC
8#ABCCFD
9#D5E6FE
Tones
Muted variations
1#06224C
2#0A2348
3#0E2344
4#122440
5#15253C
6#192638
7#1D2634
8#212731
9#25282D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEA #DCEAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED8 #BED8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB9 #8DB9FC | BordersInactive statesPlaceholder text |
| 400 | 5195 #5195FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F76 #1F76F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 065B #065BDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0448 #0448AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0334 #03347C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0221 #022150 | Primary textHigh emphasis contentDark headings |
| 950 | 0115 #011532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F6FF;
--navy-100: #DCEAFE;
--navy-200: #BED8FD;
--navy-300: #8DB9FC;
--navy-400: #5195FB;
--navy-500: #1F76F9;
--navy-600: #065BDB;
--navy-700: #0448AE;
--navy-800: #03347C;
--navy-900: #022150;
--navy-950: #011532;
}