Navy
#0611AC
BlueColor Codes
All color formats for development
HEX
#0611ACRGB
rgb(6, 17, 172)HSL
hsl(236, 93%, 35%)OKLCH
oklch(0.348 0.225 265.1)CMYK
cmyk(97%, 90%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06109B
2#050E8A
3#040C79
4#040A67
5#030956
6#020745
7#020534
8#010322
9#010211
Tints
Lighter variations
1#0715CC
2#0918EC
3#1F2DF7
4#3F4BF8
5#5F69F9
6#7F87FA
7#9FA5FC
8#BFC3FD
9#DFE1FE
Tones
Muted variations
1#0F19A4
2#17209C
3#1F2793
4#272E8B
5#303583
6#383C7A
7#404472
8#494B6A
9#515262
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDF #DDDFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC3 #BFC3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E95 #8E95FB | BordersInactive statesPlaceholder text |
| 400 | 535E #535EF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2230 #2230F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0816 #0816D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0611 #0611AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 040C #040C7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0308 #03084F | Primary textHigh emphasis contentDark headings |
| 950 | 0205 #020531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F0F1FE;
--navy-100: #DDDFFE;
--navy-200: #BFC3FD;
--navy-300: #8E95FB;
--navy-400: #535EF9;
--navy-500: #2230F7;
--navy-600: #0816D9;
--navy-700: #0611AC;
--navy-800: #040C7B;
--navy-900: #03084F;
--navy-950: #020531;
}