Sky Blue
#979EF2
BlueColor Codes
All color formats for development
HEX
#979EF2RGB
rgb(151, 158, 242)HSL
hsl(235, 78%, 77%)OKLCH
oklch(0.727 0.122 279.3)CMYK
cmyk(38%, 35%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#747EEE
2#515DE9
3#2E3DE5
4#1A29D2
5#1622AF
6#111B8C
7#0D1569
8#090E46
9#040723
Tints
Lighter variations
1#A1A8F3
2#ABB2F5
3#B6BBF6
4#C0C5F7
5#CBCFF9
6#D5D8FA
7#E0E2FB
8#EAECFC
9#F5F5FE
Tones
Muted variations
1#9BA2EE
2#A0A6E9
3#A4AAE4
4#A9ADE0
5#ADB1DB
6#B2B5D7
7#B7B9D2
8#BBBDCD
9#C0C1C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C8 #C4C8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 979E #979EF2 | BordersInactive statesPlaceholder text |
| 400 | 606C #606CEB | Disabled statesSecondary iconsMuted text |
| 500 | 3342 #3342E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1927 #1927C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 141F #141F9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E16 #0E1671 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090E #090E49 | 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: #F1F2FD;
--sky-blue-100: #DFE2FB;
--sky-blue-200: #C4C8F8;
--sky-blue-300: #979EF2;
--sky-blue-400: #606CEB;
--sky-blue-500: #3342E6;
--sky-blue-600: #1927C8;
--sky-blue-700: #141F9F;
--sky-blue-800: #0E1671;
--sky-blue-900: #090E49;
--sky-blue-950: #06092D;
}