Navy
#061D4B
BlueColor Codes
All color formats for development
HEX
#061D4BRGB
rgb(6, 29, 75)HSL
hsl(220, 85%, 16%)OKLCH
oklch(0.247 0.09 261.9)CMYK
cmyk(92%, 61%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061A44
2#05173C
3#041435
4#04122D
5#030F26
6#020C1E
7#020917
8#01060F
9#010308
Tints
Lighter variations
1#092D73
2#0D3C9B
3#104BC2
4#135BEA
5#3976EF
6#6091F2
7#88ADF5
8#B0C8F9
9#D7E4FC
Tones
Muted variations
1#0A1E48
2#0D2045
3#112141
4#14223E
5#17233A
6#1B2437
7#1E2533
8#222630
9#25282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE8 #DEE8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D4 #C2D4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92B4 #92B4F6 | BordersInactive statesPlaceholder text |
| 400 | 5A8C #5A8CF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B6C #2B6CEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1150 #1150D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D40 #0D40A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A2E #0A2E76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 061D #061D4B | Primary textHigh emphasis contentDark headings |
| 950 | 0412 #04122F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F5FE;
--navy-100: #DEE8FC;
--navy-200: #C2D4FA;
--navy-300: #92B4F6;
--navy-400: #5A8CF2;
--navy-500: #2B6CEE;
--navy-600: #1150D0;
--navy-700: #0D40A5;
--navy-800: #0A2E76;
--navy-900: #061D4B;
--navy-950: #04122F;
}