Navy
#06257A
BlueColor Codes
All color formats for development
HEX
#06257ARGB
rgb(6, 37, 122)HSL
hsl(224, 91%, 25%)OKLCH
oklch(0.313 0.148 263.9)CMYK
cmyk(95%, 70%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#05216E
2#051D61
3#041A55
4#031649
5#03123D
6#020F31
7#020B25
8#010718
9#01040C
Tints
Lighter variations
1#07309E
2#093BC3
3#0B46E7
4#245CF5
5#4877F6
6#6D92F8
7#91ADFA
8#B6C9FC
9#DAE4FD
Tones
Muted variations
1#0C2774
2#112A6E
3#172D68
4#1D3063
5#23325D
6#293557
7#2E3851
8#343A4B
9#3A3D46
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D0 #C0D0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FAB #8FABFA | BordersInactive statesPlaceholder text |
| 400 | 5580 #5580F7 | Disabled statesSecondary iconsMuted text |
| 500 | 245C #245CF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A41 #0A41D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0833 #0833AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0625 #06257A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0417 #04174E | Primary textHigh emphasis contentDark headings |
| 950 | 020F #020F31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F4FE;
--navy-100: #DDE6FD;
--navy-200: #C0D0FC;
--navy-300: #8FABFA;
--navy-400: #5580F7;
--navy-500: #245CF5;
--navy-600: #0A41D6;
--navy-700: #0833AA;
--navy-800: #06257A;
--navy-900: #04174E;
--navy-950: #020F31;
}