Sky Blue
#9C9CEC
BlueColor Codes
All color formats for development
HEX
#9C9CECRGB
rgb(156, 156, 236)HSL
hsl(240, 68%, 77%)OKLCH
oklch(0.724 0.115 283.1)CMYK
cmyk(34%, 34%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B7BE6
2#5A5AE0
3#3A3AD9
4#2626C6
5#1F1FA5
6#191984
7#131363
8#0D0D42
9#060621
Tints
Lighter variations
1#A6A6EE
2#B0B0F0
3#BABAF2
4#C4C4F4
5#CECEF6
6#D8D8F7
7#E1E1F9
8#EBEBFB
9#F5F5FD
Tones
Muted variations
1#A0A0E8
2#A4A4E4
3#A8A8E0
4#ACACDC
5#B0B0D8
6#B4B4D4
7#B8B8D0
8#BCBCCC
9#C0C0C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E1 #E1E1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C7 #C7C7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C9C #9C9CEC | BordersInactive statesPlaceholder text |
| 400 | 6969 #6969E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E3E #3E3EDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2424 #2424BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D1D #1D1D96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1414 #14146B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0D #0D0D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0808 #08082B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F2FD;
--sky-blue-100: #E1E1F9;
--sky-blue-200: #C7C7F4;
--sky-blue-300: #9C9CEC;
--sky-blue-400: #6969E2;
--sky-blue-500: #3E3EDA;
--sky-blue-600: #2424BC;
--sky-blue-700: #1D1D96;
--sky-blue-800: #14146B;
--sky-blue-900: #0D0D45;
--sky-blue-950: #08082B;
}