Navy
#0D1272
BlueColor Codes
All color formats for development
HEX
#0D1272RGB
rgb(13, 18, 114)HSL
hsl(237, 80%, 25%)OKLCH
oklch(0.274 0.156 268.2)CMYK
cmyk(89%, 84%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B1067
2#0A0E5C
3#090C50
4#080B45
5#060939
6#05072E
7#040522
8#030417
9#01020B
Tints
Lighter variations
1#111795
2#141DB8
3#1822DA
4#303AE8
5#535BEC
6#757BF0
7#989CF4
8#BABDF7
9#DDDEFB
Tones
Muted variations
1#12166E
2#171B69
3#1C2063
4#21245E
5#262959
6#2B2D54
7#30324F
8#36374A
9#3B3B45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE0 #DFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C6 #C3C6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 959A #959AF3 | BordersInactive statesPlaceholder text |
| 400 | 5E65 #5E65ED | Disabled statesSecondary iconsMuted text |
| 500 | 303A #303AE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 161F #161FCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1219 #1219A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D12 #0D1273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080B #080B49 | Primary textHigh emphasis contentDark headings |
| 950 | 0507 #05072E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--navy-50: #F1F2FD;
--navy-100: #DFE0FB;
--navy-200: #C3C6F8;
--navy-300: #959AF3;
--navy-400: #5E65ED;
--navy-500: #303AE8;
--navy-600: #161FCA;
--navy-700: #1219A1;
--navy-800: #0D1273;
--navy-900: #080B49;
--navy-950: #05072E;
}