Sky Blue
#8DD5FC
BlueColor Codes
All color formats for development
HEX
#8DD5FCRGB
rgb(141, 213, 252)HSL
hsl(201, 95%, 77%)OKLCH
oklch(0.84 0.09 233)CMYK
cmyk(44%, 15%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66C7FB
2#40B9FA
3#1AABF9
4#0697E6
5#057EBF
6#046599
7#034C73
8#02324D
9#011926
Tints
Lighter variations
1#98D9FC
2#A4DDFD
3#AFE2FD
4#BAE6FD
5#C6EAFE
6#D1EEFE
7#DDF2FE
8#E8F7FE
9#F4FBFF
Tones
Muted variations
1#92D3F6
2#98D2F1
3#9DD0EB
4#A3CEE6
5#A8CDE0
6#AECBDB
7#B4C9D5
8#B9C8CF
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 #BEE7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DD5 #8DD5FC | BordersInactive statesPlaceholder text |
| 400 | 51BF #51BFFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FAD #1FADF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0690 #0690DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0473 #0473AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0352 #03527C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0234 #023450 | 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: #BEE7FD;
--sky-blue-300: #8DD5FC;
--sky-blue-400: #51BFFB;
--sky-blue-500: #1FADF9;
--sky-blue-600: #0690DB;
--sky-blue-700: #0473AE;
--sky-blue-800: #03527C;
--sky-blue-900: #023450;
--sky-blue-950: #012132;
}