Navy
#06154B
BlueColor Codes
All color formats for development
HEX
#06154BRGB
rgb(6, 21, 75)HSL
hsl(227, 85%, 16%)OKLCH
oklch(0.228 0.102 265.7)CMYK
cmyk(92%, 72%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061344
2#05113C
3#040F35
4#040D2D
5#030B26
6#02081E
7#020617
8#01040F
9#010208
Tints
Lighter variations
1#092073
2#0D2B9B
3#1036C2
4#1342EA
5#3960EF
6#6080F2
7#88A0F5
8#B0C0F9
9#D7DFFC
Tones
Muted variations
1#0A1748
2#0D1945
3#111B41
4#141D3E
5#171F3A
6#1B2137
7#1E2333
8#222530
9#25272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE5 #DEE5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CE #C2CEFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92A8 #92A8F6 | BordersInactive statesPlaceholder text |
| 400 | 5A7B #5A7BF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B55 #2B55EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 113A #113AD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D2E #0D2EA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A21 #0A2176 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0615 #06154B | Primary textHigh emphasis contentDark headings |
| 950 | 040D #040D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F4FE;
--navy-100: #DEE5FC;
--navy-200: #C2CEFA;
--navy-300: #92A8F6;
--navy-400: #5A7BF2;
--navy-500: #2B55EE;
--navy-600: #113AD0;
--navy-700: #0D2EA5;
--navy-800: #0A2176;
--navy-900: #06154B;
--navy-950: #040D2F;
}