Sky Blue
#9494F4
BlueColor Codes
All color formats for development
HEX
#9494F4RGB
rgb(148, 148, 244)HSL
hsl(240, 81%, 77%)OKLCH
oklch(0.707 0.139 282.3)CMYK
cmyk(39%, 39%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7171F0
2#4E4EEC
3#2A2AE9
4#1616D5
5#1313B2
6#0F0F8E
7#0B0B6B
8#070747
9#040424
Tints
Lighter variations
1#9F9FF5
2#AAAAF6
3#B5B5F7
4#BFBFF8
5#CACAF9
6#D5D5FB
7#DFDFFC
8#EAEAFD
9#F4F4FE
Tones
Muted variations
1#9A9AEF
2#9E9EEA
3#A3A3E6
4#A8A8E1
5#ADADDC
6#B1B1D7
7#B6B6D3
8#BBBBCE
9#C0C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C3 #C3C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9595 #9595F4 | BordersInactive statesPlaceholder text |
| 400 | 5D5D #5D5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F2F #2F2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1515 #1515CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1111 #1111A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C0C #0C0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0808 #08084A | Primary textHigh emphasis contentDark headings |
| 950 | 0505 #05052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F1FE;
--sky-blue-100: #DFDFFC;
--sky-blue-200: #C3C3F9;
--sky-blue-300: #9595F4;
--sky-blue-400: #5D5DEE;
--sky-blue-500: #2F2FE9;
--sky-blue-600: #1515CB;
--sky-blue-700: #1111A2;
--sky-blue-800: #0C0C73;
--sky-blue-900: #08084A;
--sky-blue-950: #05052E;
}