Sky Blue
#968EFA
BlueColor Codes
All color formats for development
HEX
#968EFARGB
rgb(150, 142, 250)HSL
hsl(244, 92%, 77%)OKLCH
oklch(0.7 0.155 285)CMYK
cmyk(40%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7269F9
2#4F43F7
3#2C1DF6
4#1809E2
5#1408BC
6#100697
7#0C0571
8#08034B
9#040226
Tints
Lighter variations
1#A09AFB
2#ABA5FB
3#B5B0FC
4#C0BBFC
5#CAC7FD
6#D5D2FD
7#DFDDFE
8#EAE8FE
9#F4F4FF
Tones
Muted variations
1#9A94F5
2#9F99F0
3#A49FEA
4#A8A4E5
5#ADA9DF
6#B2AFDA
7#B6B4D5
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 #DFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3BF #C3BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 968E #968EFA | BordersInactive statesPlaceholder text |
| 400 | 5F54 #5F54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 3123 #3123F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1709 #1709D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1207 #1207AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D05 #0D057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0803 #08034E | 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: #DFDDFE;
--sky-blue-200: #C3BFFC;
--sky-blue-300: #968EFA;
--sky-blue-400: #5F54F8;
--sky-blue-500: #3123F6;
--sky-blue-600: #1709D7;
--sky-blue-700: #1207AB;
--sky-blue-800: #0D057A;
--sky-blue-900: #08034E;
--sky-blue-950: #050231;
}