Navy
#002352
BlueColor Codes
All color formats for development
HEX
#002352RGB
rgb(0, 35, 82)HSL
hsl(214, 100%, 16%)OKLCH
oklch(0.266 0.095 257.1)CMYK
cmyk(100%, 57%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#002049
2#001C41
3#001939
4#001531
5#001229
6#000E21
7#000B18
8#000710
9#000408
Tints
Lighter variations
1#00367C
2#0048A7
3#005BD2
4#006EFD
5#2986FF
6#549EFF
7#7EB6FF
8#A9CEFF
9#D4E7FF
Tones
Muted variations
1#04244E
2#082449
3#0C2545
4#102641
5#14263D
6#182739
7#1D2735
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 | DBEB #DBEBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD9 #BDD9FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ABD #8ABDFF | BordersInactive statesPlaceholder text |
| 400 | 4D9A #4D9AFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A7D #1A7DFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0061 #0061E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 004D #004DB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0037 #003780 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0023 #002352 | Primary textHigh emphasis contentDark headings |
| 950 | 0016 #001633 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F6FF;
--navy-100: #DBEBFF;
--navy-200: #BDD9FF;
--navy-300: #8ABDFF;
--navy-400: #4D9AFF;
--navy-500: #1A7DFF;
--navy-600: #0061E0;
--navy-700: #004DB3;
--navy-800: #003780;
--navy-900: #002352;
--navy-950: #001633;
}