Sky Blue
#8BDBFD
BlueColor Codes
All color formats for development
HEX
#8BDBFDRGB
rgb(139, 219, 253)HSL
hsl(198, 97%, 77%)OKLCH
oklch(0.852 0.092 226.9)CMYK
cmyk(45%, 13%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65CFFD
2#3EC3FC
3#17B7FB
4#04A4E8
5#0388C1
6#026D9B
7#025274
8#01374D
9#011B27
Tints
Lighter variations
1#97DFFD
2#A3E2FE
3#AEE6FE
4#BAE9FE
5#C5EDFE
6#D1F1FE
7#DCF4FE
8#E8F8FF
9#F3FBFF
Tones
Muted variations
1#91D9F8
2#97D7F2
3#9DD4EC
4#A2D2E6
5#A8D0E1
6#AECDDB
7#B3CBD5
8#B9C9D0
9#BFC7CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF4 #DCF4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEEB #BEEBFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BDB #8BDBFD | BordersInactive statesPlaceholder text |
| 400 | 4FC8 #4FC8FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DB9 #1DB9FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 039C #039CDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 037C #037CB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0258 #02587E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0139 #013950 | Primary textHigh emphasis contentDark headings |
| 950 | 0123 #012332 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFF;
--sky-blue-100: #DCF4FE;
--sky-blue-200: #BEEBFE;
--sky-blue-300: #8BDBFD;
--sky-blue-400: #4FC8FC;
--sky-blue-500: #1DB9FC;
--sky-blue-600: #039CDD;
--sky-blue-700: #037CB0;
--sky-blue-800: #02587E;
--sky-blue-900: #013950;
--sky-blue-950: #012332;
}