Sky Blue
#8EFBE0
CyanColor Codes
All color formats for development
HEX
#8EFBE0RGB
rgb(142, 251, 224)HSL
hsl(165, 93%, 77%)OKLCH
oklch(0.915 0.109 175.9)CMYK
cmyk(43%, 0%, 11%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68FAD5
2#42F8CB
3#1CF7C0
4#08E3AD
5#07BD90
6#059873
7#047256
8#034C3A
9#01261D
Tints
Lighter variations
1#99FBE3
2#A4FCE6
3#B0FCE9
4#BBFDEC
5#C6FDEF
6#D2FDF2
7#DDFEF6
8#E8FEF9
9#F4FFFC
Tones
Muted variations
1#93F5DD
2#99F0DA
3#9EEBD7
4#A4E5D5
5#A9E0D2
6#AFDACF
7#B4D5CD
8#B9CFCA
9#BFCAC7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBE0 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9CF | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F3C | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFB;
--sky-blue-100: #DDFEF5;
--sky-blue-200: #BFFDED;
--sky-blue-300: #8EFBE0;
--sky-blue-400: #53F9CF;
--sky-blue-500: #22F7C2;
--sky-blue-600: #08D9A4;
--sky-blue-700: #06AC83;
--sky-blue-800: #047B5D;
--sky-blue-900: #034F3C;
--sky-blue-950: #023125;
}