Sky Blue
#8D8DFB
BlueColor Codes
All color formats for development
HEX
#8D8DFBRGB
rgb(141, 141, 251)HSL
hsl(240, 93%, 77%)OKLCH
oklch(0.692 0.159 281.4)CMYK
cmyk(44%, 44%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6868FA
2#4242F8
3#1C1CF7
4#0808E3
5#0707BD
6#050598
7#040472
8#03034C
9#010126
Tints
Lighter variations
1#9999FB
2#A4A4FC
3#B0B0FC
4#BBBBFD
5#C6C6FD
6#D2D2FD
7#DDDDFE
8#E8E8FE
9#F4F4FF
Tones
Muted variations
1#9393F5
2#9999F0
3#9E9EEB
4#A4A4E5
5#A9A9E0
6#AFAFDA
7#B4B4D5
8#B9B9CF
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 #BFBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E8E #8E8EFB | BordersInactive statesPlaceholder text |
| 400 | 5353 #5353F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2222 #2222F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0808 #0808D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0606 #0606AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0404 #04047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0303 #03034F | 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: #BFBFFD;
--sky-blue-300: #8E8EFB;
--sky-blue-400: #5353F9;
--sky-blue-500: #2222F7;
--sky-blue-600: #0808D9;
--sky-blue-700: #0606AC;
--sky-blue-800: #04047B;
--sky-blue-900: #03034F;
--sky-blue-950: #020231;
}