Sky Blue
#8CF5FD
CyanColor Codes
All color formats for development
HEX
#8CF5FDRGB
rgb(140, 245, 253)HSL
hsl(184, 97%, 77%)OKLCH
oklch(0.91 0.098 202)CMYK
cmyk(45%, 3%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65F3FD
2#3EEFFC
3#17ECFB
4#04D9E8
5#03B5C1
6#02919B
7#026C74
8#01484D
9#012427
Tints
Lighter variations
1#97F7FD
2#A3F8FE
3#AEF8FE
4#BAF9FE
5#C5FAFE
6#D1FBFE
7#DCFCFE
8#E8FDFF
9#F3FEFF
Tones
Muted variations
1#91F1F8
2#97ECF2
3#9DE7EC
4#A2E2E6
5#A8DDE1
6#AED8DB
7#B3D3D5
8#B9CED0
9#BFC9CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFC #DCFCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFA #BEFAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF6 #8BF6FD | BordersInactive statesPlaceholder text |
| 400 | 4FF1 #4FF1FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DED #1DEDFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03CF #03CFDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03A4 #03A4B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0275 #02757E | Text on light backgroundsHeadingsStrong borders |
| 900 | 014B #014B50 | Primary textHigh emphasis contentDark headings |
| 950 | 012F #012F32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFF;
--sky-blue-100: #DCFCFE;
--sky-blue-200: #BEFAFE;
--sky-blue-300: #8BF6FD;
--sky-blue-400: #4FF1FC;
--sky-blue-500: #1DEDFC;
--sky-blue-600: #03CFDD;
--sky-blue-700: #03A4B0;
--sky-blue-800: #02757E;
--sky-blue-900: #014B50;
--sky-blue-950: #012F32;
}