Sky Blue
#8DF1FC
CyanColor Codes
All color formats for development
HEX
#8DF1FCRGB
rgb(141, 241, 252)HSL
hsl(186, 95%, 77%)OKLCH
oklch(0.901 0.095 204.7)CMYK
cmyk(44%, 4%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66ECFB
2#40E7FA
3#1AE3F9
4#06CFE6
5#05ADBF
6#048A99
7#036873
8#02454D
9#012326
Tints
Lighter variations
1#98F2FC
2#A4F4FD
3#AFF5FD
4#BAF7FD
5#C6F8FE
6#D1F9FE
7#DDFBFE
8#E8FCFE
9#F4FEFF
Tones
Muted variations
1#92ECF6
2#98E8F1
3#9DE4EB
4#A3DFE6
5#A8DBE0
6#AED6DB
7#B4D2D5
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 | DCFB #DCFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF7 #BEF7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DF1 #8DF1FC | BordersInactive statesPlaceholder text |
| 400 | 51EA #51EAFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FE3 #1FE3F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06C5 #06C5DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 049D #049DAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0370 #03707C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0248 #024850 | Primary textHigh emphasis contentDark headings |
| 950 | 012D #012D32 | 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: #BEF7FD;
--sky-blue-300: #8DF1FC;
--sky-blue-400: #51EAFB;
--sky-blue-500: #1FE3F9;
--sky-blue-600: #06C5DB;
--sky-blue-700: #049DAE;
--sky-blue-800: #03707C;
--sky-blue-900: #024850;
--sky-blue-950: #012D32;
}