Sky Blue
#8DE6FC
CyanColor Codes
All color formats for development
HEX
#8DE6FCRGB
rgb(141, 230, 252)HSL
hsl(192, 95%, 77%)OKLCH
oklch(0.877 0.091 215.3)CMYK
cmyk(44%, 9%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66DDFB
2#40D5FA
3#1ACCF9
4#06B9E6
5#059ABF
6#047B99
7#035C73
8#023E4D
9#011F26
Tints
Lighter variations
1#98E8FC
2#A4EBFD
3#AFEDFD
4#BAF0FD
5#C6F2FE
6#D1F5FE
7#DDF7FE
8#E8FAFE
9#F4FCFF
Tones
Muted variations
1#92E2F6
2#98DFF1
3#9DDCEB
4#A3D8E6
5#A8D5E0
6#AED2DB
7#B4CED5
8#B9CBCF
9#BFC8CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF7 #DCF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF1 #BEF1FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE6 #8DE6FC | BordersInactive statesPlaceholder text |
| 400 | 51D9 #51D9FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FCE #1FCEF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06B0 #06B0DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 048C #048CAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0364 #03647C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0240 #024050 | Primary textHigh emphasis contentDark headings |
| 950 | 0128 #012832 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFF;
--sky-blue-100: #DCF7FE;
--sky-blue-200: #BEF1FD;
--sky-blue-300: #8DE6FC;
--sky-blue-400: #51D9FB;
--sky-blue-500: #1FCEF9;
--sky-blue-600: #06B0DB;
--sky-blue-700: #048CAE;
--sky-blue-800: #03647C;
--sky-blue-900: #024050;
--sky-blue-950: #012832;
}