Sky Blue
#8FFAE8
CyanColor Codes
All color formats for development
HEX
#8FFAE8RGB
rgb(143, 250, 232)HSL
hsl(170, 91%, 77%)OKLCH
oklch(0.916 0.103 181.9)CMYK
cmyk(43%, 0%, 7%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69F8E0
2#44F6D8
3#1EF4D1
4#0BE1BD
5#09BC9E
6#07967E
7#05715F
8#044B3F
9#022620
Tints
Lighter variations
1#9AFAEA
2#A5FBED
3#B1FBEF
4#BCFCF1
5#C7FCF3
6#D2FDF6
7#DDFDF8
8#E9FEFA
9#F4FEFD
Tones
Muted variations
1#94F4E4
2#9AEFE1
3#9FEADD
4#A4E4DA
5#AADFD6
6#AFDAD3
7#B4D4CF
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 | DDFD #DDFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAE8 | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7DC | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E42 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFC;
--sky-blue-100: #DDFDF8;
--sky-blue-200: #C0FCF2;
--sky-blue-300: #8FFAE8;
--sky-blue-400: #55F7DC;
--sky-blue-500: #24F5D2;
--sky-blue-600: #0AD6B4;
--sky-blue-700: #08AA8F;
--sky-blue-800: #067A66;
--sky-blue-900: #044E42;
--sky-blue-950: #023129;
}