Sky Blue
#8EFBD7
GreenColor Codes
All color formats for development
HEX
#8EFBD7RGB
rgb(142, 251, 215)HSL
hsl(160, 93%, 77%)OKLCH
oklch(0.913 0.114 170.3)CMYK
cmyk(43%, 0%, 14%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68FAC9
2#42F8BB
3#1CF7AE
4#08E39A
5#07BD81
6#059867
7#04724D
8#034C33
9#01261A
Tints
Lighter variations
1#99FBDB
2#A4FCDF
3#B0FCE3
4#BBFDE7
5#C6FDEB
6#D2FDEF
7#DDFEF3
8#E8FEF7
9#F4FFFB
Tones
Muted variations
1#93F5D5
2#99F0D3
3#9EEBD1
4#A4E5CF
5#A9E0CD
6#AFDACC
7#B4D5CA
8#B9CFC8
9#BFCAC6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBD7 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9C1 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D993 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F35 | 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: #F0FEFA;
--sky-blue-100: #DDFEF3;
--sky-blue-200: #BFFDE8;
--sky-blue-300: #8EFBD7;
--sky-blue-400: #53F9C1;
--sky-blue-500: #22F7B0;
--sky-blue-600: #08D993;
--sky-blue-700: #06AC75;
--sky-blue-800: #047B54;
--sky-blue-900: #034F35;
--sky-blue-950: #023121;
}