Sky Blue
#968FFA
BlueColor Codes
All color formats for development
HEX
#968FFARGB
rgb(150, 143, 250)HSL
hsl(244, 91%, 77%)OKLCH
oklch(0.702 0.154 284.7)CMYK
cmyk(40%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7369F8
2#5044F6
3#2D1EF4
4#190BE1
5#1509BC
6#110796
7#0C0571
8#08044B
9#040226
Tints
Lighter variations
1#A19AFA
2#ABA5FB
3#B6B1FB
4#C0BCFC
5#CBC7FC
6#D5D2FD
7#E0DDFD
8#EAE9FE
9#F5F4FE
Tones
Muted variations
1#9B94F4
2#9F9AEF
3#A49FEA
4#A9A4E4
5#ADAADF
6#B2AFDA
7#B6B4D4
8#BBBACF
9#C0BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C0 #C4C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 968F #968FFA | BordersInactive statesPlaceholder text |
| 400 | 5F55 #5F55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 3224 #3224F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 180A #180AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1308 #1308AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D06 #0D067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0904 #09044E | Primary textHigh emphasis contentDark headings |
| 950 | 0502 #050231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F0FE;
--sky-blue-100: #DFDDFD;
--sky-blue-200: #C4C0FC;
--sky-blue-300: #968FFA;
--sky-blue-400: #5F55F7;
--sky-blue-500: #3224F5;
--sky-blue-600: #180AD6;
--sky-blue-700: #1308AA;
--sky-blue-800: #0D067A;
--sky-blue-900: #09044E;
--sky-blue-950: #050231;
}