Sky Blue
#9998F1
BlueColor Codes
All color formats for development
HEX
#9998F1RGB
rgb(153, 152, 241)HSL
hsl(241, 76%, 77%)OKLCH
oklch(0.717 0.128 283.2)CMYK
cmyk(37%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7775EC
2#5553E7
3#3330E3
4#1F1CCF
5#1A18AD
6#15138A
7#100E68
8#0A0945
9#050523
Tints
Lighter variations
1#A3A2F2
2#AEACF4
3#B8B7F5
4#C2C1F7
5#CCCBF8
6#D6D6F9
7#E0E0FB
8#EBEAFC
9#F5F5FE
Tones
Muted variations
1#9E9CEC
2#A2A1E8
3#A6A5E4
4#AAAADF
5#AFAEDB
6#B3B3D6
7#B7B7D2
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 | C5C5 #C5C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9998 #9998F1 | BordersInactive statesPlaceholder text |
| 400 | 6462 #6462EA | Disabled statesSecondary iconsMuted text |
| 500 | 3835 #3835E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E1B #1E1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1815 #18159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 110F #110F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B0A #0B0A48 | 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: #C5C5F7;
--sky-blue-300: #9998F1;
--sky-blue-400: #6462EA;
--sky-blue-500: #3835E3;
--sky-blue-600: #1E1BC5;
--sky-blue-700: #18159D;
--sky-blue-800: #110F70;
--sky-blue-900: #0B0A48;
--sky-blue-950: #07062D;
}