Sky Blue
#8FFAF1
CyanColor Codes
All color formats for development
HEX
#8FFAF1RGB
rgb(143, 250, 241)HSL
hsl(175, 91%, 77%)OKLCH
oklch(0.918 0.101 188.6)CMYK
cmyk(43%, 0%, 4%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69F8EC
2#44F6E7
3#1EF4E3
4#0BE1CF
5#09BCAD
6#07968A
7#057168
8#044B45
9#022623
Tints
Lighter variations
1#9AFAF2
2#A5FBF4
3#B1FBF5
4#BCFCF6
5#C7FCF8
6#D2FDF9
7#DDFDFB
8#E9FEFC
9#F4FEFE
Tones
Muted variations
1#94F4EC
2#9AEFE8
3#9FEAE3
4#A4E4DF
5#AADFDB
6#AFDAD6
7#B4D4D2
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 #DDFDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAF1 | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7E9 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E48 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFD;
--sky-blue-100: #DDFDFB;
--sky-blue-200: #C0FCF7;
--sky-blue-300: #8FFAF1;
--sky-blue-400: #55F7E9;
--sky-blue-500: #24F5E3;
--sky-blue-600: #0AD6C5;
--sky-blue-700: #08AA9D;
--sky-blue-800: #067A70;
--sky-blue-900: #044E48;
--sky-blue-950: #02312D;
}