Sky Blue
#979BF2
BlueColor Codes
All color formats for development
HEX
#979BF2RGB
rgb(151, 155, 242)HSL
hsl(237, 78%, 77%)OKLCH
oklch(0.721 0.126 280.7)CMYK
cmyk(38%, 36%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#747AEE
2#5158E9
3#2E37E5
4#1A23D2
5#161DAF
6#11178C
7#0D1269
8#090C46
9#040623
Tints
Lighter variations
1#A1A5F3
2#ABAFF5
3#B6B9F6
4#C0C3F7
5#CBCDF9
6#D5D7FA
7#E0E1FB
8#EAEBFC
9#F5F5FE
Tones
Muted variations
1#9B9FEE
2#A0A3E9
3#A4A8E4
4#A9ACE0
5#ADB0DB
6#B2B4D7
7#B7B8D2
8#BBBCCD
9#C0C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE1 #DFE1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C7 #C4C7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 979B #979BF2 | BordersInactive statesPlaceholder text |
| 400 | 6067 #6067EB | Disabled statesSecondary iconsMuted text |
| 500 | 333C #333CE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1921 #1921C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 141B #141B9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E13 #0E1371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090C #090C49 | 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: #F1F2FD;
--sky-blue-100: #DFE1FB;
--sky-blue-200: #C4C7F8;
--sky-blue-300: #979BF2;
--sky-blue-400: #6067EB;
--sky-blue-500: #333CE6;
--sky-blue-600: #1921C8;
--sky-blue-700: #141B9F;
--sky-blue-800: #0E1371;
--sky-blue-900: #090C49;
--sky-blue-950: #06082D;
}