Sky Blue
#8DBDFC
BlueColor Codes
All color formats for development
HEX
#8DBDFCRGB
rgb(141, 189, 252)HSL
hsl(214, 95%, 77%)OKLCH
oklch(0.788 0.104 255.5)CMYK
cmyk(44%, 25%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66A7FB
2#4091FA
3#1A7BF9
4#0667E6
5#0556BF
6#044599
7#033373
8#02224D
9#011126
Tints
Lighter variations
1#98C4FC
2#A4CAFD
3#AFD1FD
4#BAD7FD
5#C6DEFE
6#D1E5FE
7#DDEBFE
8#E8F2FE
9#F4F8FF
Tones
Muted variations
1#92BEF6
2#98BEF1
3#9DBFEB
4#A3C0E6
5#A8C1E0
6#AEC1DB
7#B4C2D5
8#B9C3CF
9#BFC4CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEB #DCEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDA #BEDAFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DBD #8DBDFC | BordersInactive statesPlaceholder text |
| 400 | 519A #519AFB | Disabled statesSecondary iconsMuted text |
| 500 | 1F7E #1F7EF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0662 #0662DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 044E #044EAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0338 #03387C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0224 #022450 | Primary textHigh emphasis contentDark headings |
| 950 | 0116 #011632 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F6FF;
--sky-blue-100: #DCEBFE;
--sky-blue-200: #BEDAFD;
--sky-blue-300: #8DBDFC;
--sky-blue-400: #519AFB;
--sky-blue-500: #1F7EF9;
--sky-blue-600: #0662DB;
--sky-blue-700: #044EAE;
--sky-blue-800: #03387C;
--sky-blue-900: #022450;
--sky-blue-950: #011632;
}