Sky Blue
#8FFAEF
CyanColor Codes
All color formats for development
HEX
#8FFAEFRGB
rgb(143, 250, 239)HSL
hsl(174, 91%, 77%)OKLCH
oklch(0.918 0.101 187)CMYK
cmyk(43%, 0%, 4%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69F8EA
2#44F6E4
3#1EF4DF
4#0BE1CC
5#09BCAA
6#079688
7#057166
8#044B44
9#022622
Tints
Lighter variations
1#9AFAF1
2#A5FBF2
3#B1FBF4
4#BCFCF5
5#C7FCF7
6#D2FDF9
7#DDFDFA
8#E9FEFC
9#F4FEFD
Tones
Muted variations
1#94F4EB
2#9AEFE7
3#9FEAE2
4#A4E4DE
5#AADFDA
6#AFDAD5
7#B4D4D1
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 | DDFD #DDFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAEF | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7E7 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E47 | 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: #DDFDFA;
--sky-blue-200: #C0FCF6;
--sky-blue-300: #8FFAEF;
--sky-blue-400: #55F7E7;
--sky-blue-500: #24F5E0;
--sky-blue-600: #0AD6C2;
--sky-blue-700: #08AA9A;
--sky-blue-800: #067A6E;
--sky-blue-900: #044E47;
--sky-blue-950: #02312C;
}