Sky Blue
#989BF1
BlueColor Codes
All color formats for development
HEX
#989BF1RGB
rgb(152, 155, 241)HSL
hsl(238, 76%, 77%)OKLCH
oklch(0.722 0.124 281.3)CMYK
cmyk(37%, 36%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7579EC
2#5358E7
3#3036E3
4#1C22CF
5#181DAD
6#13178A
7#0E1168
8#090B45
9#050623
Tints
Lighter variations
1#A2A5F2
2#ACAFF4
3#B7B9F5
4#C1C3F7
5#CBCDF8
6#D6D7F9
7#E0E1FB
8#EAEBFC
9#F5F5FE
Tones
Muted variations
1#9C9FEC
2#A1A3E8
3#A5A7E4
4#AAABDF
5#AEB0DB
6#B3B4D6
7#B7B8D2
8#BBBCCD
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 | C5C6 #C5C6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 989B #989BF1 | BordersInactive statesPlaceholder text |
| 400 | 6266 #6266EA | Disabled statesSecondary iconsMuted text |
| 500 | 353B #353BE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B21 #1B21C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 151A #151A9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F13 #0F1370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A0C #0A0C48 | Primary textHigh emphasis contentDark headings |
| 950 | 0607 #06072D | 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: #C5C6F7;
--sky-blue-300: #989BF1;
--sky-blue-400: #6266EA;
--sky-blue-500: #353BE3;
--sky-blue-600: #1B21C5;
--sky-blue-700: #151A9D;
--sky-blue-800: #0F1370;
--sky-blue-900: #0A0C48;
--sky-blue-950: #06072D;
}