Sky Blue
#989FF1
BlueColor Codes
All color formats for development
HEX
#989FF1RGB
rgb(152, 159, 241)HSL
hsl(235, 76%, 77%)OKLCH
oklch(0.73 0.119 279.3)CMYK
cmyk(37%, 34%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#757FEC
2#535FE7
3#303FE3
4#1C2BCF
5#1824AD
6#131D8A
7#0E1668
8#090E45
9#050723
Tints
Lighter variations
1#A2A9F2
2#ACB2F4
3#B7BCF5
4#C1C6F7
5#CBCFF8
6#D6D9F9
7#E0E2FB
8#EAECFC
9#F5F5FE
Tones
Muted variations
1#9CA3EC
2#A1A7E8
3#A5AAE4
4#AAAEDF
5#AEB2DB
6#B3B5D6
7#B7B9D2
8#BBBDCD
9#C0C1C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E2 #E0E2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C9 #C5C9F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 989F #989FF1 | BordersInactive statesPlaceholder text |
| 400 | 626D #626DEA | Disabled statesSecondary iconsMuted text |
| 500 | 3544 #3544E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B29 #1B29C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1521 #15219D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F17 #0F1770 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A0F #0A0F48 | Primary textHigh emphasis contentDark headings |
| 950 | 0609 #06092D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F3FD;
--sky-blue-100: #E0E2FB;
--sky-blue-200: #C5C9F7;
--sky-blue-300: #989FF1;
--sky-blue-400: #626DEA;
--sky-blue-500: #3544E3;
--sky-blue-600: #1B29C5;
--sky-blue-700: #15219D;
--sky-blue-800: #0F1770;
--sky-blue-900: #0A0F48;
--sky-blue-950: #06092D;
}