Sky Blue
#979AF2
BlueColor Codes
All color formats for development
HEX
#979AF2RGB
rgb(151, 154, 242)HSL
hsl(238, 78%, 77%)OKLCH
oklch(0.72 0.127 281.2)CMYK
cmyk(38%, 36%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7478EE
2#5156E9
3#2E34E5
4#1A20D2
5#161BAF
6#11158C
7#0D1069
8#090B46
9#040523
Tints
Lighter variations
1#A1A4F3
2#ABAEF5
3#B6B8F6
4#C0C2F7
5#CBCCF9
6#D5D6FA
7#E0E1FB
8#EAEBFC
9#F5F5FE
Tones
Muted variations
1#9B9EEE
2#A0A2E9
3#A4A6E4
4#A9ABE0
5#ADAFDB
6#B2B3D7
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 | DFE0 #DFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C6 #C4C6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 979A #979AF2 | BordersInactive statesPlaceholder text |
| 400 | 6065 #6065EB | Disabled statesSecondary iconsMuted text |
| 500 | 3339 #3339E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 191F #191FC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1418 #14189F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E11 #0E1171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090B #090B49 | Primary textHigh emphasis contentDark headings |
| 950 | 0607 #06072D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F2FD;
--sky-blue-100: #DFE0FB;
--sky-blue-200: #C4C6F8;
--sky-blue-300: #979AF2;
--sky-blue-400: #6065EB;
--sky-blue-500: #3339E6;
--sky-blue-600: #191FC8;
--sky-blue-700: #14189F;
--sky-blue-800: #0E1171;
--sky-blue-900: #090B49;
--sky-blue-950: #06072D;
}