Sky Blue
#8D8DFC
BlueColor Codes
All color formats for development
HEX
#8D8DFCRGB
rgb(141, 141, 252)HSL
hsl(240, 95%, 77%)OKLCH
oklch(0.693 0.16 281.4)CMYK
cmyk(44%, 44%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6666FB
2#4040FA
3#1A1AF9
4#0606E6
5#0505BF
6#040499
7#030373
8#02024D
9#010126
Tints
Lighter variations
1#9898FC
2#A4A4FD
3#AFAFFD
4#BABAFD
5#C6C6FE
6#D1D1FE
7#DDDDFE
8#E8E8FE
9#F4F4FF
Tones
Muted variations
1#9292F6
2#9898F1
3#9D9DEB
4#A3A3E6
5#A8A8E0
6#AEAEDB
7#B4B4D5
8#B9B9CF
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 #BEBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D8D #8D8DFC | BordersInactive statesPlaceholder text |
| 400 | 5151 #5151FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F1F #1F1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0606 #0606DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0404 #0404AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0303 #03037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0202 #020250 | 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: #BEBEFD;
--sky-blue-300: #8D8DFC;
--sky-blue-400: #5151FB;
--sky-blue-500: #1F1FF9;
--sky-blue-600: #0606DB;
--sky-blue-700: #0404AE;
--sky-blue-800: #03037C;
--sky-blue-900: #020250;
--sky-blue-950: #010132;
}