Sky Blue
#8DCEFC
BlueColor Codes
All color formats for development
HEX
#8DCEFCRGB
rgb(141, 206, 252)HSL
hsl(205, 95%, 77%)OKLCH
oklch(0.824 0.093 240.1)CMYK
cmyk(44%, 18%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66BDFB
2#40ADFA
3#1A9CF9
4#0688E6
5#0572BF
6#045B99
7#034473
8#022D4D
9#011726
Tints
Lighter variations
1#98D3FC
2#A4D8FD
3#AFDCFD
4#BAE1FD
5#C6E6FE
6#D1EBFE
7#DDF0FE
8#E8F5FE
9#F4FAFF
Tones
Muted variations
1#92CDF6
2#98CCF1
3#9DCBEB
4#A3CAE6
5#A8C9E0
6#AEC8DB
7#B4C7D5
8#B9C6CF
9#BFC5CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF0 #DCF0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE3 #BEE3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DCE #8DCEFC | BordersInactive statesPlaceholder text |
| 400 | 51B4 #51B4FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F9E #1F9EF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0682 #0682DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0467 #0467AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 034A #034A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 022F #022F50 | Primary textHigh emphasis contentDark headings |
| 950 | 011E #011E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F9FF;
--sky-blue-100: #DCF0FE;
--sky-blue-200: #BEE3FD;
--sky-blue-300: #8DCEFC;
--sky-blue-400: #51B4FB;
--sky-blue-500: #1F9EF9;
--sky-blue-600: #0682DB;
--sky-blue-700: #0467AE;
--sky-blue-800: #034A7C;
--sky-blue-900: #022F50;
--sky-blue-950: #011E32;
}