Navy
#15206A
BlueColor Codes
All color formats for development
HEX
#15206ARGB
rgb(21, 32, 106)HSL
hsl(232, 67%, 25%)OKLCH
oklch(0.291 0.128 269.6)CMYK
cmyk(80%, 70%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#131D60
2#111A55
3#0F174B
4#0D1340
5#0B1035
6#080D2B
7#060A20
8#040615
9#02030B
Tints
Lighter variations
1#1B2A8A
2#2234AA
3#283ECA
4#3F54D9
5#5F70DF
6#7F8DE6
7#9FA9EC
8#BFC6F2
9#DFE2F9
Tones
Muted variations
1#192466
2#1E2762
3#222A5E
4#262D59
5#2A3055
6#2F3351
7#33364D
8#373948
9#3B3D44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E4 #E1E4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CE #C8CEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DA8 #9DA8EC | BordersInactive statesPlaceholder text |
| 400 | 6A7A #6A7AE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F54 #3F54D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2539 #2539BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D2D #1D2D95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1520 #15206A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D15 #0D1544 | Primary textHigh emphasis contentDark headings |
| 950 | 080D #080D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F4FC;
--navy-100: #E1E4F9;
--navy-200: #C8CEF4;
--navy-300: #9DA8EC;
--navy-400: #6A7AE2;
--navy-500: #3F54D9;
--navy-600: #2539BB;
--navy-700: #1D2D95;
--navy-800: #15206A;
--navy-900: #0D1544;
--navy-950: #080D2B;
}