Sky Blue
#8EFBEC
CyanColor Codes
All color formats for development
HEX
#8EFBECRGB
rgb(142, 251, 236)HSL
hsl(172, 93%, 77%)OKLCH
oklch(0.918 0.104 184.2)CMYK
cmyk(43%, 0%, 6%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68FAE6
2#42F8E0
3#1CF7DA
4#08E3C6
5#07BDA5
6#059884
7#047263
8#034C42
9#012621
Tints
Lighter variations
1#99FBEE
2#A4FCF0
3#B0FCF2
4#BBFDF4
5#C6FDF6
6#D2FDF8
7#DDFEF9
8#E8FEFB
9#F4FFFD
Tones
Muted variations
1#93F5E8
2#99F0E4
3#9EEBE0
4#A4E5DC
5#A9E0D8
6#AFDAD4
7#B4D5D0
8#B9CFCC
9#BFCAC8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBEC | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9E3 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9BD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFD;
--sky-blue-100: #DDFEF9;
--sky-blue-200: #BFFDF4;
--sky-blue-300: #8EFBEC;
--sky-blue-400: #53F9E3;
--sky-blue-500: #22F7DB;
--sky-blue-600: #08D9BD;
--sky-blue-700: #06AC96;
--sky-blue-800: #047B6B;
--sky-blue-900: #034F45;
--sky-blue-950: #02312B;
}