Sky Blue
#8DFBD9
GreenColor Codes
All color formats for development
HEX
#8DFBD9RGB
rgb(141, 251, 217)HSL
hsl(161, 93%, 77%)OKLCH
oklch(0.913 0.113 171.6)CMYK
cmyk(44%, 0%, 14%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68FACB
2#42F8BE
3#1CF7B2
4#08E39E
5#07BD84
6#059869
7#04724F
8#034C35
9#01261A
Tints
Lighter variations
1#99FBDC
2#A4FCE0
3#B0FCE4
4#BBFDE8
5#C6FDEC
6#D2FDF0
7#DDFEF3
8#E8FEF7
9#F4FFFB
Tones
Muted variations
1#93F5D6
2#99F0D4
3#9EEBD2
4#A4E5D0
5#A9E0CE
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 #BFFDE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBD8 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9C4 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D996 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC78 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F37 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023122 | 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: #BFFDE9;
--sky-blue-300: #8EFBD8;
--sky-blue-400: #53F9C4;
--sky-blue-500: #22F7B3;
--sky-blue-600: #08D996;
--sky-blue-700: #06AC78;
--sky-blue-800: #047B55;
--sky-blue-900: #034F37;
--sky-blue-950: #023122;
}