Sky Blue
#8B8BFD
BlueColor Codes
All color formats for development
HEX
#8B8BFDRGB
rgb(139, 139, 253)HSL
hsl(240, 97%, 77%)OKLCH
oklch(0.688 0.165 281.2)CMYK
cmyk(45%, 45%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6565FD
2#3E3EFC
3#1717FB
4#0404E8
5#0303C1
6#02029B
7#020274
8#01014D
9#010127
Tints
Lighter variations
1#9797FD
2#A3A3FE
3#AEAEFE
4#BABAFE
5#C5C5FE
6#D1D1FE
7#DCDCFE
8#E8E8FF
9#F3F3FF
Tones
Muted variations
1#9191F8
2#9797F2
3#9D9DEC
4#A2A2E6
5#A8A8E1
6#AEAEDB
7#B3B3D5
8#B9B9D0
9#BFBFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCDC #DCDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEBE #BEBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B8B #8B8BFD | BordersInactive statesPlaceholder text |
| 400 | 4F4F #4F4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 1D1D #1D1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0303 #0303DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0303 #0303B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0202 #02027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0101 #010150 | Primary textHigh emphasis contentDark headings |
| 950 | 0101 #010132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F0FF;
--sky-blue-100: #DCDCFE;
--sky-blue-200: #BEBEFE;
--sky-blue-300: #8B8BFD;
--sky-blue-400: #4F4FFC;
--sky-blue-500: #1D1DFC;
--sky-blue-600: #0303DD;
--sky-blue-700: #0303B0;
--sky-blue-800: #02027E;
--sky-blue-900: #010150;
--sky-blue-950: #010132;
}