Sky Blue
#8EFBDE
GreenColor Codes
All color formats for development
HEX
#8EFBDERGB
rgb(142, 251, 222)HSL
hsl(164, 93%, 77%)OKLCH
oklch(0.915 0.11 174.6)CMYK
cmyk(43%, 0%, 12%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68FAD3
2#42F8C8
3#1CF7BC
4#08E3A9
5#07BD8D
6#059871
7#047254
8#034C38
9#01261C
Tints
Lighter variations
1#99FBE1
2#A4FCE4
3#B0FCE8
4#BBFDEB
5#C6FDEE
6#D2FDF2
7#DDFEF5
8#E8FEF8
9#F4FFFC
Tones
Muted variations
1#93F5DB
2#99F0D9
3#9EEBD6
4#A4E5D4
5#A9E0D1
6#AFDACF
7#B4D5CC
8#B9CFC9
9#BFCAC7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBDE | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9CC | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F3B | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFB;
--sky-blue-100: #DDFEF5;
--sky-blue-200: #BFFDEC;
--sky-blue-300: #8EFBDE;
--sky-blue-400: #53F9CC;
--sky-blue-500: #22F7BE;
--sky-blue-600: #08D9A1;
--sky-blue-700: #06AC80;
--sky-blue-800: #047B5B;
--sky-blue-900: #034F3B;
--sky-blue-950: #023125;
}