Sky Blue
#979DF2
BlueColor Codes
All color formats for development
HEX
#979DF2RGB
rgb(151, 157, 242)HSL
hsl(236, 78%, 77%)OKLCH
oklch(0.725 0.123 279.8)CMYK
cmyk(38%, 35%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#747CEE
2#515BE9
3#2E3AE5
4#1A26D2
5#1620AF
6#11198C
7#0D1369
8#090D46
9#040623
Tints
Lighter variations
1#A1A7F3
2#ABB0F5
3#B6BAF6
4#C0C4F7
5#CBCEF9
6#D5D8FA
7#E0E2FB
8#EAEBFC
9#F5F5FE
Tones
Muted variations
1#9BA1EE
2#A0A5E9
3#A4A9E4
4#A9ADE0
5#ADB1DB
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 | 979D #979DF2 | BordersInactive statesPlaceholder text |
| 400 | 6069 #6069EB | Disabled statesSecondary iconsMuted text |
| 500 | 333F #333FE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1924 #1924C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 141D #141D9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E15 #0E1571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090D #090D49 | 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: #979DF2;
--sky-blue-400: #6069EB;
--sky-blue-500: #333FE6;
--sky-blue-600: #1924C8;
--sky-blue-700: #141D9F;
--sky-blue-800: #0E1571;
--sky-blue-900: #090D49;
--sky-blue-950: #06082D;
}