Sky Blue
#8BD5FD
BlueColor Codes
All color formats for development
HEX
#8BD5FDRGB
rgb(139, 213, 253)HSL
hsl(201, 97%, 77%)OKLCH
oklch(0.839 0.093 233.1)CMYK
cmyk(45%, 16%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65C7FD
2#3EBAFC
3#17ACFB
4#0498E8
5#037FC1
6#02659B
7#024C74
8#01334D
9#011927
Tints
Lighter variations
1#97DAFD
2#A3DEFE
3#AEE2FE
4#BAE6FE
5#C5EAFE
6#D1EEFE
7#DCF3FE
8#E8F7FF
9#F3FBFF
Tones
Muted variations
1#91D4F8
2#97D2F2
3#9DD0EC
4#A2CFE6
5#A8CDE1
6#AECBDB
7#B3C9D5
8#B9C8D0
9#BFC6CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF2 #DCF2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE7 #BEE7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD5 #8BD5FD | BordersInactive statesPlaceholder text |
| 400 | 4FC0 #4FC0FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DAE #1DAEFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0391 #0391DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0373 #0373B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0252 #02527E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0135 #013550 | Primary textHigh emphasis contentDark headings |
| 950 | 0121 #012132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFF;
--sky-blue-100: #DCF2FE;
--sky-blue-200: #BEE7FE;
--sky-blue-300: #8BD5FD;
--sky-blue-400: #4FC0FC;
--sky-blue-500: #1DAEFC;
--sky-blue-600: #0391DD;
--sky-blue-700: #0373B0;
--sky-blue-800: #02527E;
--sky-blue-900: #013550;
--sky-blue-950: #012132;
}