Blue
#1117D0
BlueColor Codes
All color formats for development
HEX
#1117D0RGB
rgb(17, 23, 208)HSL
hsl(238, 85%, 44%)OKLCH
oklch(0.403 0.258 266)CMYK
cmyk(92%, 89%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F15BB
2#0D13A6
3#0C1091
4#0A0E7D
5#080C68
6#070953
7#05073E
8#03052A
9#020215
Tints
Lighter variations
1#131AEA
2#2C32EE
3#464CF0
4#6065F2
5#7B7FF4
6#9599F6
7#B0B2F9
8#CACCFB
9#E5E5FD
Tones
Muted variations
1#1A20C6
2#2429BC
3#2D32B3
4#373BA9
5#4144A0
6#4A4D96
7#54558D
8#5D5E83
9#67677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDF #DEDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C4 #C2C4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9296 #9296F6 | BordersInactive statesPlaceholder text |
| 400 | 5A5F #5A5FF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B31 #2B31EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1117 #1117D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D12 #0D12A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A0D #0A0D76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0608 #06084B | Primary textHigh emphasis contentDark headings |
| 950 | 0405 #04052F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F1F1FE;
--blue-100: #DEDFFC;
--blue-200: #C2C4FA;
--blue-300: #9296F6;
--blue-400: #5A5FF2;
--blue-500: #2B31EE;
--blue-600: #1117D0;
--blue-700: #0D12A5;
--blue-800: #0A0D76;
--blue-900: #06084B;
--blue-950: #04052F;
}