Sky Blue
#9C98F1
BlueColor Codes
All color formats for development
HEX
#9C98F1RGB
rgb(156, 152, 241)HSL
hsl(243, 76%, 77%)OKLCH
oklch(0.719 0.128 284.7)CMYK
cmyk(35%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B75EC
2#5A53E7
3#3930E3
4#251CCF
5#1F18AD
6#19138A
7#130E68
8#0C0945
9#060523
Tints
Lighter variations
1#A6A2F2
2#B0ACF4
3#BAB7F5
4#C4C1F7
5#CECBF8
6#D7D6F9
7#E1E0FB
8#EBEAFC
9#F5F5FE
Tones
Muted variations
1#A09CEC
2#A4A1E8
3#A8A5E4
4#ACAADF
5#B0AEDB
6#B4B3D6
7#B8B7D2
8#BCBBCD
9#C0C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E0 #E1E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C5 #C7C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C98 #9C98F1 | BordersInactive statesPlaceholder text |
| 400 | 6962 #6962EA | Disabled statesSecondary iconsMuted text |
| 500 | 3E35 #3E35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 231B #231BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C15 #1C159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 140F #140F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0A #0D0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0806 #08062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F2FD;
--sky-blue-100: #E1E0FB;
--sky-blue-200: #C7C5F7;
--sky-blue-300: #9C98F1;
--sky-blue-400: #6962EA;
--sky-blue-500: #3E35E3;
--sky-blue-600: #231BC5;
--sky-blue-700: #1C159D;
--sky-blue-800: #140F70;
--sky-blue-900: #0D0A48;
--sky-blue-950: #08062D;
}