Sky Blue
#8DE2FC
CyanColor Codes
All color formats for development
HEX
#8DE2FCRGB
rgb(141, 226, 252)HSL
hsl(194, 95%, 77%)OKLCH
oklch(0.868 0.09 219.4)CMYK
cmyk(44%, 10%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66D8FB
2#40CFFA
3#1AC5F9
4#06B2E6
5#0594BF
6#047699
7#035973
8#023B4D
9#011E26
Tints
Lighter variations
1#98E5FC
2#A4E8FD
3#AFEBFD
4#BAEEFD
5#C6F1FE
6#D1F3FE
7#DDF6FE
8#E8F9FE
9#F4FCFF
Tones
Muted variations
1#92DFF6
2#98DCF1
3#9DD9EB
4#A3D6E6
5#A8D3E0
6#AED0DB
7#B4CDD5
8#B9CACF
9#BFC7CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF6 #DCF6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEEF #BEEFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE2 #8DE2FC | BordersInactive statesPlaceholder text |
| 400 | 51D3 #51D3FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FC6 #1FC6F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06A9 #06A9DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0486 #0486AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0360 #03607C | Text on light backgroundsHeadingsStrong borders |
| 900 | 023D #023D50 | Primary textHigh emphasis contentDark headings |
| 950 | 0126 #012632 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FBFF;
--sky-blue-100: #DCF6FE;
--sky-blue-200: #BEEFFD;
--sky-blue-300: #8DE2FC;
--sky-blue-400: #51D3FB;
--sky-blue-500: #1FC6F9;
--sky-blue-600: #06A9DB;
--sky-blue-700: #0486AE;
--sky-blue-800: #03607C;
--sky-blue-900: #023D50;
--sky-blue-950: #012632;
}