Sky Blue
#9797F2
BlueColor Codes
All color formats for development
HEX
#9797F2RGB
rgb(151, 151, 242)HSL
hsl(240, 78%, 77%)OKLCH
oklch(0.714 0.131 282.6)CMYK
cmyk(38%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7474EE
2#5151E9
3#2E2EE5
4#1A1AD2
5#1616AF
6#11118C
7#0D0D69
8#090946
9#040423
Tints
Lighter variations
1#A1A1F3
2#ABABF5
3#B6B6F6
4#C0C0F7
5#CBCBF9
6#D5D5FA
7#E0E0FB
8#EAEAFC
9#F5F5FE
Tones
Muted variations
1#9B9BEE
2#A0A0E9
3#A4A4E4
4#A9A9E0
5#ADADDB
6#B2B2D7
7#B7B7D2
8#BBBBCD
9#C0C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C4 #C4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9797 #9797F2 | BordersInactive statesPlaceholder text |
| 400 | 6060 #6060EB | Disabled statesSecondary iconsMuted text |
| 500 | 3333 #3333E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1919 #1919C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1414 #14149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E0E #0E0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0909 #090949 | Primary textHigh emphasis contentDark headings |
| 950 | 0606 #06062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F1FD;
--sky-blue-100: #DFDFFB;
--sky-blue-200: #C4C4F8;
--sky-blue-300: #9797F2;
--sky-blue-400: #6060EB;
--sky-blue-500: #3333E6;
--sky-blue-600: #1919C8;
--sky-blue-700: #14149F;
--sky-blue-800: #0E0E71;
--sky-blue-900: #090949;
--sky-blue-950: #06062D;
}