Sky Blue
#8DEDFC
CyanColor Codes
All color formats for development
HEX
#8DEDFCRGB
rgb(141, 237, 252)HSL
hsl(188, 95%, 77%)OKLCH
oklch(0.892 0.093 208.4)CMYK
cmyk(44%, 6%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66E7FB
2#40E1FA
3#1ADBF9
4#06C8E6
5#05A7BF
6#048599
7#036473
8#02434D
9#012126
Tints
Lighter variations
1#98EFFC
2#A4F1FD
3#AFF3FD
4#BAF4FD
5#C6F6FE
6#D1F8FE
7#DDFAFE
8#E8FBFE
9#F4FDFF
Tones
Muted variations
1#92E9F6
2#98E5F1
3#9DE1EB
4#A3DDE6
5#A8D9E0
6#AED5DB
7#B4D1D5
8#B9CDCF
9#BFC8CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFA #DCFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF5 #BEF5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DED #8DEDFC | BordersInactive statesPlaceholder text |
| 400 | 51E4 #51E4FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FDC #1FDCF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06BE #06BEDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0497 #0497AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 036C #036C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0245 #024550 | Primary textHigh emphasis contentDark headings |
| 950 | 012B #012B32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FDFF;
--sky-blue-100: #DCFAFE;
--sky-blue-200: #BEF5FD;
--sky-blue-300: #8DEDFC;
--sky-blue-400: #51E4FB;
--sky-blue-500: #1FDCF9;
--sky-blue-600: #06BEDB;
--sky-blue-700: #0497AE;
--sky-blue-800: #036C7C;
--sky-blue-900: #024550;
--sky-blue-950: #012B32;
}