Sky Blue
#8DB5FC
BlueColor Codes
All color formats for development
HEX
#8DB5FCRGB
rgb(141, 181, 252)HSL
hsl(218, 95%, 77%)OKLCH
oklch(0.772 0.111 261.5)CMYK
cmyk(44%, 28%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#669DFB
2#4084FA
3#1A6CF9
4#0658E6
5#0549BF
6#043B99
7#032C73
8#021D4D
9#010F26
Tints
Lighter variations
1#98BDFC
2#A4C4FD
3#AFCCFD
4#BAD3FD
5#C6DAFE
6#D1E2FE
7#DDE9FE
8#E8F0FE
9#F4F8FF
Tones
Muted variations
1#92B7F6
2#98B8F1
3#9DBAEB
4#A3BBE6
5#A8BDE0
6#AEBEDB
7#B4C0D5
8#B9C1CF
9#BFC3CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE9 #DCE9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED5 #BED5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB5 #8DB5FC | BordersInactive statesPlaceholder text |
| 400 | 518F #518FFB | Disabled statesSecondary iconsMuted text |
| 500 | 1F6F #1F6FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0654 #0654DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0443 #0443AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0330 #03307C | Text on light backgroundsHeadingsStrong borders |
| 900 | 021E #021E50 | Primary textHigh emphasis contentDark headings |
| 950 | 0113 #011332 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F5FF;
--sky-blue-100: #DCE9FE;
--sky-blue-200: #BED5FD;
--sky-blue-300: #8DB5FC;
--sky-blue-400: #518FFB;
--sky-blue-500: #1F6FF9;
--sky-blue-600: #0654DB;
--sky-blue-700: #0443AE;
--sky-blue-800: #03307C;
--sky-blue-900: #021E50;
--sky-blue-950: #011332;
}