Sky Blue
#8DFBCF
GreenColor Codes
All color formats for development
HEX
#8DFBCFRGB
rgb(141, 251, 207)HSL
hsl(156, 93%, 77%)OKLCH
oklch(0.91 0.12 165.9)CMYK
cmyk(44%, 0%, 18%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68FABF
2#42F8AF
3#1CF79F
4#08E38C
5#07BD74
6#05985D
7#047246
8#034C2F
9#012617
Tints
Lighter variations
1#99FBD4
2#A4FCD9
3#B0FCDE
4#BBFDE2
5#C6FDE7
6#D2FDEC
7#DDFEF1
8#E8FEF5
9#F4FFFA
Tones
Muted variations
1#93F5CE
2#99F0CD
3#9EEBCC
4#A4E5CB
5#A9E0CA
6#AFDAC9
7#B4D5C8
8#B9CFC7
9#BFCAC5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBCF | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9B6 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D985 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F30 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEF9;
--sky-blue-100: #DDFEF0;
--sky-blue-200: #BFFDE4;
--sky-blue-300: #8EFBCF;
--sky-blue-400: #53F9B6;
--sky-blue-500: #22F7A2;
--sky-blue-600: #08D985;
--sky-blue-700: #06AC6A;
--sky-blue-800: #047B4C;
--sky-blue-900: #034F30;
--sky-blue-950: #02311E;
}