Navy
#061B7A
BlueColor Codes
All color formats for development
HEX
#061B7ARGB
rgb(6, 27, 122)HSL
hsl(229, 91%, 25%)OKLCH
oklch(0.295 0.159 265.3)CMYK
cmyk(95%, 78%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05186E
2#051661
3#041355
4#031049
5#030E3D
6#020B31
7#020825
8#010518
9#01030C
Tints
Lighter variations
1#07239E
2#092BC3
3#0B33E7
4#244AF5
5#4868F6
6#6D86F8
7#91A5FA
8#B6C3FC
9#DAE1FD
Tones
Muted variations
1#0C1F74
2#11226E
3#172668
4#1D2A63
5#232D5D
6#293157
7#2E3551
8#34384B
9#3A3C46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE3 #DDE3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CB #C0CBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FA3 #8FA3FA | BordersInactive statesPlaceholder text |
| 400 | 5572 #5572F7 | Disabled statesSecondary iconsMuted text |
| 500 | 244A #244AF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A30 #0A30D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0826 #0826AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 061B #061B7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0411 #04114E | Primary textHigh emphasis contentDark headings |
| 950 | 020B #020B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F3FE;
--navy-100: #DDE3FD;
--navy-200: #C0CBFC;
--navy-300: #8FA3FA;
--navy-400: #5572F7;
--navy-500: #244AF5;
--navy-600: #0A30D6;
--navy-700: #0826AA;
--navy-800: #061B7A;
--navy-900: #04114E;
--navy-950: #020B31;
}