Sky Blue
#8EFAD8
GreenColor Codes
All color formats for development
HEX
#8EFAD8RGB
rgb(142, 250, 216)HSL
hsl(161, 92%, 77%)OKLCH
oklch(0.911 0.112 171.3)CMYK
cmyk(43%, 0%, 14%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69F9CB
2#43F7BE
3#1DF6B1
4#09E29E
5#08BC83
6#069769
7#05714F
8#034B35
9#02261A
Tints
Lighter variations
1#9AFBDC
2#A5FBE0
3#B0FCE4
4#BBFCE8
5#C7FDEC
6#D2FDEF
7#DDFEF3
8#E8FEF7
9#F4FFFB
Tones
Muted variations
1#94F5D6
2#99F0D4
3#9FEAD2
4#A4E5D0
5#A9DFCE
6#AFDACC
7#B4D5CA
8#BACFC8
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 | BFFC #BFFCE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAD8 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8C4 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D796 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E37 | 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: #BFFCE9;
--sky-blue-300: #8EFAD8;
--sky-blue-400: #54F8C4;
--sky-blue-500: #23F6B3;
--sky-blue-600: #09D796;
--sky-blue-700: #07AB77;
--sky-blue-800: #057A55;
--sky-blue-900: #034E37;
--sky-blue-950: #023122;
}