Sky Blue
#9B98F1
BlueColor Codes
All color formats for development
HEX
#9B98F1RGB
rgb(155, 152, 241)HSL
hsl(242, 76%, 77%)OKLCH
oklch(0.718 0.128 284.2)CMYK
cmyk(36%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7975EC
2#5853E7
3#3630E3
4#221CCF
5#1D18AD
6#17138A
7#110E68
8#0B0945
9#060523
Tints
Lighter variations
1#A5A2F2
2#AFACF4
3#B9B7F5
4#C3C1F7
5#CDCBF8
6#D7D6F9
7#E1E0FB
8#EBEAFC
9#F5F5FE
Tones
Muted variations
1#9F9CEC
2#A3A1E8
3#A7A5E4
4#ABAADF
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 | E0E0 #E0E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C5 #C6C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B98 #9B98F1 | BordersInactive statesPlaceholder text |
| 400 | 6662 #6662EA | Disabled statesSecondary iconsMuted text |
| 500 | 3B35 #3B35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 211B #211BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A15 #1A159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 130F #130F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C0A #0C0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0706 #07062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F2FD;
--sky-blue-100: #E0E0FB;
--sky-blue-200: #C6C5F7;
--sky-blue-300: #9B98F1;
--sky-blue-400: #6662EA;
--sky-blue-500: #3B35E3;
--sky-blue-600: #211BC5;
--sky-blue-700: #1A159D;
--sky-blue-800: #130F70;
--sky-blue-900: #0C0A48;
--sky-blue-950: #07062D;
}