Sky Blue
#8EFBD5
GreenColor Codes
All color formats for development
HEX
#8EFBD5RGB
rgb(142, 251, 213)HSL
hsl(159, 93%, 77%)OKLCH
oklch(0.912 0.115 169.1)CMYK
cmyk(43%, 0%, 15%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68FAC7
2#42F8B8
3#1CF7AA
4#08E397
5#07BD7E
6#059864
7#04724B
8#034C32
9#012619
Tints
Lighter variations
1#99FBD9
2#A4FCDD
3#B0FCE1
4#BBFDE6
5#C6FDEA
6#D2FDEE
7#DDFEF2
8#E8FEF7
9#F4FFFB
Tones
Muted variations
1#93F5D3
2#99F0D1
3#9EEBD0
4#A4E5CE
5#A9E0CD
6#AFDACB
7#B4D5C9
8#B9CFC8
9#BFCAC6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBD5 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9BF | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D990 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F34 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023121 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEF9;
--sky-blue-100: #DDFEF2;
--sky-blue-200: #BFFDE7;
--sky-blue-300: #8EFBD5;
--sky-blue-400: #53F9BF;
--sky-blue-500: #22F7AC;
--sky-blue-600: #08D990;
--sky-blue-700: #06AC72;
--sky-blue-800: #047B52;
--sky-blue-900: #034F34;
--sky-blue-950: #023121;
}