Navy
#0F1B70
BlueColor Codes
All color formats for development
HEX
#0F1B70RGB
rgb(15, 27, 112)HSL
hsl(233, 76%, 25%)OKLCH
oklch(0.286 0.144 268)CMYK
cmyk(87%, 76%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1865
2#0C155A
3#0B134F
4#091043
5#080D38
6#060B2D
7#050822
8#030516
9#02030B
Tints
Lighter variations
1#142392
2#182BB4
3#1D33D5
4#3549E3
5#5768E8
6#7886ED
7#9AA4F1
8#BCC2F6
9#DDE1FA
Tones
Muted variations
1#141E6B
2#192267
3#1E2662
4#23295D
5#282D58
6#2C3153
7#31354E
8#363849
9#3B3C45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E3 #E0E3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5CB #C5CBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98A2 #98A2F1 | BordersInactive statesPlaceholder text |
| 400 | 6272 #6272EA | Disabled statesSecondary iconsMuted text |
| 500 | 3549 #3549E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B2F #1B2FC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1525 #15259D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F1B #0F1B70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A11 #0A1148 | Primary textHigh emphasis contentDark headings |
| 950 | 060B #060B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F3FD;
--navy-100: #E0E3FB;
--navy-200: #C5CBF7;
--navy-300: #98A2F1;
--navy-400: #6272EA;
--navy-500: #3549E3;
--navy-600: #1B2FC5;
--navy-700: #15259D;
--navy-800: #0F1B70;
--navy-900: #0A1148;
--navy-950: #060B2D;
}