Sky Blue
#8EF1FA
CyanColor Codes
All color formats for development
HEX
#8EF1FARGB
rgb(142, 241, 250)HSL
hsl(185, 92%, 77%)OKLCH
oklch(0.901 0.094 203.2)CMYK
cmyk(43%, 4%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69EDF9
2#43E8F7
3#1DE4F6
4#09D0E2
5#08ADBC
6#068B97
7#056871
8#03454B
9#022326
Tints
Lighter variations
1#9AF3FB
2#A5F4FB
3#B0F5FC
4#BBF7FC
5#C7F8FD
6#D2FAFD
7#DDFBFE
8#E8FCFE
9#F4FEFF
Tones
Muted variations
1#94EDF5
2#99E8F0
3#9FE4EA
4#A4DFE5
5#A9DBDF
6#AFD6DA
7#B4D2D5
8#BACDCF
9#BFC9CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF7 #BFF7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF1 #8EF1FA | BordersInactive statesPlaceholder text |
| 400 | 54EA #54EAF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23E4 #23E4F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09C6 #09C6D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 079E #079EAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0571 #05717A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0348 #03484E | Primary textHigh emphasis contentDark headings |
| 950 | 022D #022D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FDFE;
--sky-blue-100: #DDFBFE;
--sky-blue-200: #BFF7FC;
--sky-blue-300: #8EF1FA;
--sky-blue-400: #54EAF8;
--sky-blue-500: #23E4F6;
--sky-blue-600: #09C6D7;
--sky-blue-700: #079EAB;
--sky-blue-800: #05717A;
--sky-blue-900: #03484E;
--sky-blue-950: #022D31;
}