Sky Blue
#8E8EFA
BlueColor Codes
All color formats for development
HEX
#8E8EFARGB
rgb(142, 142, 250)HSL
hsl(240, 92%, 77%)OKLCH
oklch(0.694 0.156 281.5)CMYK
cmyk(43%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6969F9
2#4343F7
3#1D1DF6
4#0909E2
5#0808BC
6#060697
7#050571
8#03034B
9#020226
Tints
Lighter variations
1#9A9AFB
2#A5A5FB
3#B0B0FC
4#BBBBFC
5#C7C7FD
6#D2D2FD
7#DDDDFE
8#E8E8FE
9#F4F4FF
Tones
Muted variations
1#9494F5
2#9999F0
3#9F9FEA
4#A4A4E5
5#A9A9DF
6#AFAFDA
7#B4B4D5
8#BABACF
9#BFBFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDD #DDDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFBF #BFBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E8E #8E8EFA | BordersInactive statesPlaceholder text |
| 400 | 5454 #5454F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2323 #2323F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0909 #0909D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0707 #0707AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0505 #05057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0303 #03034E | Primary textHigh emphasis contentDark headings |
| 950 | 0202 #020231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F0FE;
--sky-blue-100: #DDDDFE;
--sky-blue-200: #BFBFFC;
--sky-blue-300: #8E8EFA;
--sky-blue-400: #5454F8;
--sky-blue-500: #2323F6;
--sky-blue-600: #0909D7;
--sky-blue-700: #0707AB;
--sky-blue-800: #05057A;
--sky-blue-900: #03034E;
--sky-blue-950: #020231;
}