Sky Blue
#8EFAF0
CyanColor Codes
All color formats for development
HEX
#8EFAF0RGB
rgb(142, 250, 240)HSL
hsl(174, 92%, 77%)OKLCH
oklch(0.917 0.101 187.8)CMYK
cmyk(43%, 0%, 4%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69F9EA
2#43F7E5
3#1DF6E0
4#09E2CD
5#08BCAA
6#069788
7#057166
8#034B44
9#022622
Tints
Lighter variations
1#9AFBF1
2#A5FBF3
3#B0FCF4
4#BBFCF6
5#C7FDF7
6#D2FDF9
7#DDFEFA
8#E8FEFC
9#F4FFFD
Tones
Muted variations
1#94F5EB
2#99F0E7
3#9FEAE3
4#A4E5DE
5#A9DFDA
6#AFDAD6
7#B4D5D1
8#BACFCD
9#BFCAC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAF0 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8E7 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6E1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB9B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A6F | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E47 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFD;
--sky-blue-100: #DDFEFA;
--sky-blue-200: #BFFCF6;
--sky-blue-300: #8EFAF0;
--sky-blue-400: #54F8E7;
--sky-blue-500: #23F6E1;
--sky-blue-600: #09D7C3;
--sky-blue-700: #07AB9B;
--sky-blue-800: #057A6F;
--sky-blue-900: #034E47;
--sky-blue-950: #02312C;
}