Sky Blue
#9897F2
BlueColor Codes
All color formats for development
HEX
#9897F2RGB
rgb(152, 151, 242)HSL
hsl(241, 78%, 77%)OKLCH
oklch(0.715 0.131 283.1)CMYK
cmyk(37%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7674EE
2#5351E9
3#312EE5
4#1D1AD2
5#1816AF
6#13118C
7#0E0D69
8#0A0946
9#050423
Tints
Lighter variations
1#A2A1F3
2#ADABF5
3#B7B6F6
4#C1C0F7
5#CCCBF9
6#D6D5FA
7#E0E0FB
8#EAEAFC
9#F5F5FE
Tones
Muted variations
1#9D9BEE
2#A1A0E9
3#A5A4E4
4#AAA9E0
5#AEADDB
6#B3B2D7
7#B7B7D2
8#BCBBCD
9#C0C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C4 #C5C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9897 #9897F2 | BordersInactive statesPlaceholder text |
| 400 | 6260 #6260EB | Disabled statesSecondary iconsMuted text |
| 500 | 3633 #3633E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C19 #1C19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1614 #16149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 100E #100E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A09 #0A0949 | 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: #F2F1FD;
--sky-blue-100: #E0DFFB;
--sky-blue-200: #C5C4F8;
--sky-blue-300: #9897F2;
--sky-blue-400: #6260EB;
--sky-blue-500: #3633E6;
--sky-blue-600: #1C19C8;
--sky-blue-700: #16149F;
--sky-blue-800: #100E71;
--sky-blue-900: #0A0949;
--sky-blue-950: #06062D;
}