Sky Blue
#8DF3FC
CyanColor Codes
All color formats for development
HEX
#8DF3FCRGB
rgb(141, 243, 252)HSL
hsl(185, 95%, 77%)OKLCH
oklch(0.905 0.096 203)CMYK
cmyk(44%, 4%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66EFFB
2#40EBFA
3#1AE7F9
4#06D3E6
5#05B0BF
6#048D99
7#036A73
8#02464D
9#012326
Tints
Lighter variations
1#98F4FC
2#A4F5FD
3#AFF6FD
4#BAF8FD
5#C6F9FE
6#D1FAFE
7#DDFBFE
8#E8FDFE
9#F4FEFF
Tones
Muted variations
1#92EEF6
2#98E9F1
3#9DE5EB
4#A3E0E6
5#A8DCE0
6#AED7DB
7#B4D2D5
8#B9CECF
9#BFC9CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFB #DCFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF8 #BEF8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DF3 #8DF3FC | BordersInactive statesPlaceholder text |
| 400 | 51EC #51ECFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FE7 #1FE7F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06C9 #06C9DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04A0 #04A0AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0372 #03727C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0249 #024950 | Primary textHigh emphasis contentDark headings |
| 950 | 012E #012E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FDFF;
--sky-blue-100: #DCFBFE;
--sky-blue-200: #BEF8FD;
--sky-blue-300: #8DF3FC;
--sky-blue-400: #51ECFB;
--sky-blue-500: #1FE7F9;
--sky-blue-600: #06C9DB;
--sky-blue-700: #04A0AE;
--sky-blue-800: #03727C;
--sky-blue-900: #024950;
--sky-blue-950: #012E32;
}