Sky Blue
#8EFBD3
GreenColor Codes
All color formats for development
HEX
#8EFBD3RGB
rgb(142, 251, 211)HSL
hsl(158, 93%, 77%)OKLCH
oklch(0.912 0.116 168)CMYK
cmyk(43%, 0%, 16%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68FAC4
2#42F8B5
3#1CF7A7
4#08E393
5#07BD7B
6#059862
7#04724A
8#034C31
9#012619
Tints
Lighter variations
1#99FBD7
2#A4FCDC
3#B0FCE0
4#BBFDE5
5#C6FDE9
6#D2FDED
7#DDFEF2
8#E8FEF6
9#F4FFFB
Tones
Muted variations
1#93F5D1
2#99F0D0
3#9EEBCF
4#A4E5CD
5#A9E0CC
6#AFDACA
7#B4D5C9
8#B9CFC7
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 #BFFDE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBD3 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9BC | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D98C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F33 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023120 | 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: #BFFDE6;
--sky-blue-300: #8EFBD3;
--sky-blue-400: #53F9BC;
--sky-blue-500: #22F7A9;
--sky-blue-600: #08D98C;
--sky-blue-700: #06AC6F;
--sky-blue-800: #047B50;
--sky-blue-900: #034F33;
--sky-blue-950: #023120;
}