Sky Blue
#9994F4
BlueColor Codes
All color formats for development
HEX
#9994F4RGB
rgb(153, 148, 244)HSL
hsl(243, 81%, 77%)OKLCH
oklch(0.711 0.138 284.7)CMYK
cmyk(37%, 39%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7871F0
2#564EEC
3#342AE9
4#2016D5
5#1B13B2
6#150F8E
7#100B6B
8#0B0747
9#050424
Tints
Lighter variations
1#A49FF5
2#AEAAF6
3#B8B5F7
4#C2BFF8
5#CCCAF9
6#D6D5FB
7#E1DFFC
8#EBEAFD
9#F5F4FE
Tones
Muted variations
1#9E9AEF
2#A29EEA
3#A6A3E6
4#ABA8E1
5#AFADDC
6#B3B1D7
7#B8B6D3
8#BCBBCE
9#C0C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C3 #C6C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A95 #9A95F4 | BordersInactive statesPlaceholder text |
| 400 | 655D #655DEE | Disabled statesSecondary iconsMuted text |
| 500 | 392F #392FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E15 #1E15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1811 #1811A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 110C #110C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B08 #0B084A | Primary textHigh emphasis contentDark headings |
| 950 | 0705 #07052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F1FE;
--sky-blue-100: #E0DFFC;
--sky-blue-200: #C6C3F9;
--sky-blue-300: #9A95F4;
--sky-blue-400: #655DEE;
--sky-blue-500: #392FE9;
--sky-blue-600: #1E15CB;
--sky-blue-700: #1811A2;
--sky-blue-800: #110C73;
--sky-blue-900: #0B084A;
--sky-blue-950: #07052E;
}