Sky Blue
#8DE8FC
CyanColor Codes
All color formats for development
HEX
#8DE8FCRGB
rgb(141, 232, 252)HSL
hsl(191, 95%, 77%)OKLCH
oklch(0.881 0.091 213.3)CMYK
cmyk(44%, 8%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66E0FB
2#40D8FA
3#1AD0F9
4#06BDE6
5#059DBF
6#047E99
7#035E73
8#023F4D
9#011F26
Tints
Lighter variations
1#98EAFC
2#A4ECFD
3#AFEFFD
4#BAF1FD
5#C6F3FE
6#D1F6FE
7#DDF8FE
8#E8FAFE
9#F4FDFF
Tones
Muted variations
1#92E4F6
2#98E1F1
3#9DDDEB
4#A3DAE6
5#A8D6E0
6#AED2DB
7#B4CFD5
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 | DCF8 #DCF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF2 #BEF2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE8 #8DE8FC | BordersInactive statesPlaceholder text |
| 400 | 51DB #51DBFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FD1 #1FD1F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06B4 #06B4DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 048F #048FAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0366 #03667C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0241 #024150 | Primary textHigh emphasis contentDark headings |
| 950 | 0129 #012932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFF;
--sky-blue-100: #DCF8FE;
--sky-blue-200: #BEF2FD;
--sky-blue-300: #8DE8FC;
--sky-blue-400: #51DBFB;
--sky-blue-500: #1FD1F9;
--sky-blue-600: #06B4DB;
--sky-blue-700: #048FAE;
--sky-blue-800: #03667C;
--sky-blue-900: #024150;
--sky-blue-950: #012932;
}