Sky Blue
#8EFAEC
CyanColor Codes
All color formats for development
HEX
#8EFAECRGB
rgb(142, 250, 236)HSL
hsl(172, 92%, 77%)OKLCH
oklch(0.916 0.103 184.9)CMYK
cmyk(43%, 0%, 6%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69F9E6
2#43F7DF
3#1DF6D9
4#09E2C5
5#08BCA4
6#069784
7#057163
8#034B42
9#022621
Tints
Lighter variations
1#9AFBEE
2#A5FBF0
3#B0FCF2
4#BBFCF4
5#C7FDF5
6#D2FDF7
7#DDFEF9
8#E8FEFB
9#F4FFFD
Tones
Muted variations
1#94F5E8
2#99F0E4
3#9FEAE0
4#A4E5DC
5#A9DFD8
6#AFDAD4
7#B4D5D0
8#BACFCC
9#BFCAC8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAEC | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8E2 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFD;
--sky-blue-100: #DDFEF9;
--sky-blue-200: #BFFCF4;
--sky-blue-300: #8EFAEC;
--sky-blue-400: #54F8E2;
--sky-blue-500: #23F6DA;
--sky-blue-600: #09D7BC;
--sky-blue-700: #07AB95;
--sky-blue-800: #057A6B;
--sky-blue-900: #034E44;
--sky-blue-950: #02312B;
}