Sky Blue
#8EF0FA
CyanColor Codes
All color formats for development
HEX
#8EF0FARGB
rgb(142, 240, 250)HSL
hsl(186, 92%, 77%)OKLCH
oklch(0.898 0.093 204.1)CMYK
cmyk(43%, 4%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69EAF9
2#43E5F7
3#1DE0F6
4#09CDE2
5#08AABC
6#068897
7#056671
8#03444B
9#022226
Tints
Lighter variations
1#9AF1FB
2#A5F3FB
3#B0F4FC
4#BBF6FC
5#C7F7FD
6#D2F9FD
7#DDFAFE
8#E8FCFE
9#F4FDFF
Tones
Muted variations
1#94EBF5
2#99E7F0
3#9FE3EA
4#A4DEE5
5#A9DADF
6#AFD6DA
7#B4D1D5
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 | DDFA #DDFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF6 #BFF6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF0 #8EF0FA | BordersInactive statesPlaceholder text |
| 400 | 54E7 #54E7F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23E1 #23E1F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09C3 #09C3D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 079B #079BAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 056F #056F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0347 #03474E | Primary textHigh emphasis contentDark headings |
| 950 | 022C #022C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FDFE;
--sky-blue-100: #DDFAFE;
--sky-blue-200: #BFF6FC;
--sky-blue-300: #8EF0FA;
--sky-blue-400: #54E7F8;
--sky-blue-500: #23E1F6;
--sky-blue-600: #09C3D7;
--sky-blue-700: #079BAB;
--sky-blue-800: #056F7A;
--sky-blue-900: #03474E;
--sky-blue-950: #022C31;
}