Sky Blue
#989CF1
BlueColor Codes
All color formats for development
HEX
#989CF1RGB
rgb(152, 156, 241)HSL
hsl(237, 76%, 77%)OKLCH
oklch(0.724 0.123 280.8)CMYK
cmyk(37%, 35%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#757BEC
2#535AE7
3#3039E3
4#1C25CF
5#181FAD
6#13198A
7#0E1368
8#090C45
9#050623
Tints
Lighter variations
1#A2A6F2
2#ACB0F4
3#B7BAF5
4#C1C4F7
5#CBCEF8
6#D6D7F9
7#E0E1FB
8#EAEBFC
9#F5F5FE
Tones
Muted variations
1#9CA0EC
2#A1A4E8
3#A5A8E4
4#AAACDF
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 | E0E1 #E0E1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C7 #C5C7F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 989C #989CF1 | BordersInactive statesPlaceholder text |
| 400 | 6269 #6269EA | Disabled statesSecondary iconsMuted text |
| 500 | 353E #353EE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B23 #1B23C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 151C #151C9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F14 #0F1470 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A0D #0A0D48 | Primary textHigh emphasis contentDark headings |
| 950 | 0608 #06082D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F2FD;
--sky-blue-100: #E0E1FB;
--sky-blue-200: #C5C7F7;
--sky-blue-300: #989CF1;
--sky-blue-400: #6269EA;
--sky-blue-500: #353EE3;
--sky-blue-600: #1B23C5;
--sky-blue-700: #151C9D;
--sky-blue-800: #0F1470;
--sky-blue-900: #0A0D48;
--sky-blue-950: #06082D;
}