Sky Blue
#8DEFFC
CyanColor Codes
All color formats for development
HEX
#8DEFFCRGB
rgb(141, 239, 252)HSL
hsl(187, 95%, 77%)OKLCH
oklch(0.896 0.094 206.6)CMYK
cmyk(44%, 5%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66EAFB
2#40E4FA
3#1ADFF9
4#06CCE6
5#05AABF
6#048899
7#036673
8#02444D
9#012226
Tints
Lighter variations
1#98F1FC
2#A4F2FD
3#AFF4FD
4#BAF5FD
5#C6F7FE
6#D1F9FE
7#DDFAFE
8#E8FCFE
9#F4FDFF
Tones
Muted variations
1#92EBF6
2#98E7F1
3#9DE2EB
4#A3DEE6
5#A8DAE0
6#AED5DB
7#B4D1D5
8#B9CDCF
9#BFC9CA
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 | BEF6 #BEF6FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DEF #8DEFFC | BordersInactive statesPlaceholder text |
| 400 | 51E7 #51E7FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FE0 #1FE0F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06C2 #06C2DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 049A #049AAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 036E #036E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0247 #024750 | Primary textHigh emphasis contentDark headings |
| 950 | 012C #012C32 | 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: #BEF6FD;
--sky-blue-300: #8DEFFC;
--sky-blue-400: #51E7FB;
--sky-blue-500: #1FE0F9;
--sky-blue-600: #06C2DB;
--sky-blue-700: #049AAE;
--sky-blue-800: #036E7C;
--sky-blue-900: #024750;
--sky-blue-950: #012C32;
}