Navy
#002252
BlueColor Codes
All color formats for development
HEX
#002252RGB
rgb(0, 34, 82)HSL
hsl(215, 100%, 16%)OKLCH
oklch(0.263 0.096 257.7)CMYK
cmyk(100%, 59%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#001F49
2#001B41
3#001839
4#001431
5#001129
6#000E21
7#000A18
8#000710
9#000308
Tints
Lighter variations
1#00347C
2#0046A7
3#0058D2
4#0069FD
5#2982FF
6#549BFF
7#7EB4FF
8#A9CDFF
9#D4E6FF
Tones
Muted variations
1#04234E
2#082349
3#0C2445
4#102541
5#14253D
6#182639
7#1D2735
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 | DBEA #DBEAFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD8 #BDD8FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ABB #8ABBFF | BordersInactive statesPlaceholder text |
| 400 | 4D97 #4D97FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A79 #1A79FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 005D #005DE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 004A #004AB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0035 #003580 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0022 #002252 | Primary textHigh emphasis contentDark headings |
| 950 | 0015 #001533 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F6FF;
--navy-100: #DBEAFF;
--navy-200: #BDD8FF;
--navy-300: #8ABBFF;
--navy-400: #4D97FF;
--navy-500: #1A79FF;
--navy-600: #005DE0;
--navy-700: #004AB3;
--navy-800: #003580;
--navy-900: #002252;
--navy-950: #001533;
}