Navy
#012250
BlueColor Codes
All color formats for development
HEX
#012250RGB
rgb(1, 34, 80)HSL
hsl(215, 98%, 16%)OKLCH
oklch(0.262 0.093 257.6)CMYK
cmyk(99%, 58%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#011F49
2#011B41
3#011839
4#001430
5#001128
6#000E20
7#000A18
8#000710
9#000308
Tints
Lighter variations
1#01347B
2#0246A6
3#0258D0
4#036AFA
5#2B82FD
6#559BFD
7#80B4FE
8#AACDFE
9#D5E6FF
Tones
Muted variations
1#05234D
2#092349
3#0D2445
4#112541
5#15253D
6#192639
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 | DCEA #DCEAFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD8 #BDD8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BBB #8BBBFE | BordersInactive statesPlaceholder text |
| 400 | 4E97 #4E97FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C7A #1C7AFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 025E #025EDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 024B #024BB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0135 #01357E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0122 #012251 | 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: #DCEAFF;
--navy-200: #BDD8FE;
--navy-300: #8BBBFE;
--navy-400: #4E97FD;
--navy-500: #1C7AFD;
--navy-600: #025EDE;
--navy-700: #024BB1;
--navy-800: #01357E;
--navy-900: #012251;
--navy-950: #011532;
}