Sky Blue
#8EFAF3
CyanColor Codes
All color formats for development
HEX
#8EFAF3RGB
rgb(142, 250, 243)HSL
hsl(176, 92%, 77%)OKLCH
oklch(0.918 0.101 190.1)CMYK
cmyk(43%, 0%, 3%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69F9EF
2#43F7EB
3#1DF6E7
4#09E2D4
5#08BCB0
6#06978D
7#05716A
8#034B47
9#022623
Tints
Lighter variations
1#9AFBF4
2#A5FBF5
3#B0FCF7
4#BBFCF8
5#C7FDF9
6#D2FDFA
7#DDFEFB
8#E8FEFD
9#F4FFFE
Tones
Muted variations
1#94F5EE
2#99F0EA
3#9FEAE5
4#A4E5E0
5#A9DFDC
6#AFDAD7
7#B4D5D2
8#BACFCE
9#BFCAC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAF3 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8ED | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07ABA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFD;
--sky-blue-100: #DDFEFB;
--sky-blue-200: #BFFCF8;
--sky-blue-300: #8EFAF3;
--sky-blue-400: #54F8ED;
--sky-blue-500: #23F6E8;
--sky-blue-600: #09D7CA;
--sky-blue-700: #07ABA0;
--sky-blue-800: #057A73;
--sky-blue-900: #034E49;
--sky-blue-950: #02312E;
}