Navy
#15236A
BlueColor Codes
All color formats for development
HEX
#15236ARGB
rgb(21, 35, 106)HSL
hsl(230, 67%, 25%)OKLCH
oklch(0.297 0.124 268.7)CMYK
cmyk(80%, 67%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#132060
2#111C55
3#0F194B
4#0D1540
5#0B1235
6#080E2B
7#060B20
8#040715
9#02040B
Tints
Lighter variations
1#1B2E8A
2#2238AA
3#2843CA
4#3F59D9
5#5F75DF
6#7F90E6
7#9FACEC
8#BFC8F2
9#DFE3F9
Tones
Muted variations
1#192666
2#1E2962
3#222C5E
4#262F59
5#2A3255
6#2F3451
7#33374D
8#373A48
9#3B3D44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E5 #E1E5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CF #C8CFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DAA #9DAAEC | BordersInactive statesPlaceholder text |
| 400 | 6A7E #6A7EE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3F59 #3F59D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 253E #253EBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D31 #1D3195 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1523 #15236A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D17 #0D1744 | Primary textHigh emphasis contentDark headings |
| 950 | 080E #080E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F2F4FC;
--navy-100: #E1E5F9;
--navy-200: #C8CFF4;
--navy-300: #9DAAEC;
--navy-400: #6A7EE2;
--navy-500: #3F59D9;
--navy-600: #253EBB;
--navy-700: #1D3195;
--navy-800: #15236A;
--navy-900: #0D1744;
--navy-950: #080E2B;
}