Sky Blue
#8DFBD1
GreenColor Codes
All color formats for development
HEX
#8DFBD1RGB
rgb(141, 251, 209)HSL
hsl(157, 93%, 77%)OKLCH
oklch(0.911 0.118 167)CMYK
cmyk(44%, 0%, 17%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68FAC2
2#42F8B2
3#1CF7A3
4#08E38F
5#07BD77
6#059860
7#047248
8#034C30
9#012618
Tints
Lighter variations
1#99FBD6
2#A4FCDA
3#B0FCDF
4#BBFDE3
5#C6FDE8
6#D2FDED
7#DDFEF1
8#E8FEF6
9#F4FFFA
Tones
Muted variations
1#93F5D0
2#99F0CF
3#9EEBCD
4#A4E5CC
5#A9E0CB
6#AFDAC9
7#B4D5C8
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 #DDFEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBD1 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9B9 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D989 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F32 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEF9;
--sky-blue-100: #DDFEF1;
--sky-blue-200: #BFFDE5;
--sky-blue-300: #8EFBD1;
--sky-blue-400: #53F9B9;
--sky-blue-500: #22F7A5;
--sky-blue-600: #08D989;
--sky-blue-700: #06AC6D;
--sky-blue-800: #047B4E;
--sky-blue-900: #034F32;
--sky-blue-950: #02311F;
}