Navy
#06124B
BlueColor Codes
All color formats for development
HEX
#06124BRGB
rgb(6, 18, 75)HSL
hsl(230, 85%, 16%)OKLCH
oklch(0.222 0.106 266.7)CMYK
cmyk(92%, 76%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061044
2#050E3C
3#040C35
4#040B2D
5#030926
6#02071E
7#020517
8#01040F
9#010208
Tints
Lighter variations
1#091B73
2#0D249B
3#102EC2
4#1337EA
5#3957EF
6#6079F2
7#889AF5
8#B0BCF9
9#D7DDFC
Tones
Muted variations
1#0A1448
2#0D1645
3#111941
4#141B3E
5#171D3A
6#1B2037
7#1E2233
8#222430
9#25262C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE3 #DEE3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2CB #C2CBFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92A3 #92A3F6 | BordersInactive statesPlaceholder text |
| 400 | 5A73 #5A73F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B4B #2B4BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1131 #1131D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D27 #0D27A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A1C #0A1C76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0612 #06124B | Primary textHigh emphasis contentDark headings |
| 950 | 040B #040B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F3FE;
--navy-100: #DEE3FC;
--navy-200: #C2CBFA;
--navy-300: #92A3F6;
--navy-400: #5A73F2;
--navy-500: #2B4BEE;
--navy-600: #1131D0;
--navy-700: #0D27A5;
--navy-800: #0A1C76;
--navy-900: #06124B;
--navy-950: #040B2F;
}