Navy
#02224F
BlueColor Codes
All color formats for development
HEX
#02224FRGB
rgb(2, 34, 79)HSL
hsl(215, 95%, 16%)OKLCH
oklch(0.261 0.091 257.8)CMYK
cmyk(97%, 57%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#021F48
2#021B40
3#011838
4#011530
5#011128
6#010E20
7#010A18
8#000710
9#000308
Tints
Lighter variations
1#033479
2#0446A3
3#0558CD
4#066AF7
5#2E83FA
6#589CFB
7#82B5FC
8#ABCDFD
9#D5E6FE
Tones
Muted variations
1#06234C
2#0A2448
3#0E2444
4#122540
5#15263C
6#192638
7#1D2734
8#212831
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 | BED9 #BED9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DBB #8DBBFC | BordersInactive statesPlaceholder text |
| 400 | 5198 #5198FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F7A #1F7AF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 065E #065EDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 044B #044BAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0336 #03367C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0222 #022250 | 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: #BED9FD;
--navy-300: #8DBBFC;
--navy-400: #5198FB;
--navy-500: #1F7AF9;
--navy-600: #065EDB;
--navy-700: #044BAE;
--navy-800: #03367C;
--navy-900: #022250;
--navy-950: #011532;
}