Sky Blue
#8B8BFE
BlueColor Codes
All color formats for development
HEX
#8B8BFERGB
rgb(139, 139, 254)HSL
hsl(240, 98%, 77%)OKLCH
oklch(0.689 0.166 281.1)CMYK
cmyk(45%, 45%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6464FD
2#3D3DFD
3#1616FD
4#0202E9
5#0202C2
6#02029C
7#010175
8#01014E
9#000027
Tints
Lighter variations
1#9696FE
2#A2A2FE
3#AEAEFE
4#B9B9FE
5#C5C5FE
6#D1D1FF
7#DCDCFF
8#E8E8FF
9#F3F3FF
Tones
Muted variations
1#9191F8
2#9696F2
3#9C9CED
4#A2A2E7
5#A8A8E1
6#ADADDB
7#B3B3D6
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 #DCDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDBD #BDBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8B8B #8B8BFE | BordersInactive statesPlaceholder text |
| 400 | 4E4E #4E4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 1C1C #1C1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0202 #0202DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0202 #0202B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0101 #01017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0101 #010151 | 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: #DCDCFF;
--sky-blue-200: #BDBDFE;
--sky-blue-300: #8B8BFE;
--sky-blue-400: #4E4EFD;
--sky-blue-500: #1C1CFD;
--sky-blue-600: #0202DE;
--sky-blue-700: #0202B1;
--sky-blue-800: #01017E;
--sky-blue-900: #010151;
--sky-blue-950: #010132;
}