Sky Blue
#8EFAE7
CyanColor Codes
All color formats for development
HEX
#8EFAE7RGB
rgb(142, 250, 231)HSL
hsl(169, 92%, 77%)OKLCH
oklch(0.915 0.104 181.2)CMYK
cmyk(43%, 0%, 8%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69F9DE
2#43F7D6
3#1DF6CE
4#09E2BA
5#08BC9B
6#06977C
7#05715D
8#034B3E
9#02261F
Tints
Lighter variations
1#9AFBE9
2#A5FBEB
3#B0FCEE
4#BBFCF0
5#C7FDF3
6#D2FDF5
7#DDFEF8
8#E8FEFA
9#F4FFFD
Tones
Muted variations
1#94F5E3
2#99F0E0
3#9FEADC
4#A4E5D9
5#A9DFD5
6#AFDAD2
7#B4D5CF
8#BACFCB
9#BFCAC8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAE7 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8DA | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E41 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFC;
--sky-blue-100: #DDFEF8;
--sky-blue-200: #BFFCF1;
--sky-blue-300: #8EFAE7;
--sky-blue-400: #54F8DA;
--sky-blue-500: #23F6CF;
--sky-blue-600: #09D7B2;
--sky-blue-700: #07AB8D;
--sky-blue-800: #057A65;
--sky-blue-900: #034E41;
--sky-blue-950: #023128;
}