Sky Blue
#8FFAFA
CyanColor Codes
All color formats for development
HEX
#8FFAFARGB
rgb(143, 250, 250)HSL
hsl(180, 91%, 77%)OKLCH
oklch(0.921 0.099 195.6)CMYK
cmyk(43%, 0%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69F8F8
2#44F6F6
3#1EF4F4
4#0BE1E1
5#09BCBC
6#079696
7#057171
8#044B4B
9#022626
Tints
Lighter variations
1#9AFAFA
2#A5FBFB
3#B1FBFB
4#BCFCFC
5#C7FCFC
6#D2FDFD
7#DDFDFD
8#E9FEFE
9#F4FEFE
Tones
Muted variations
1#94F4F4
2#9AEFEF
3#9FEAEA
4#A4E4E4
5#AADFDF
6#AFDADA
7#B4D4D4
8#BACFCF
9#BFCACA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFAFA | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AAAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFE;
--sky-blue-100: #DDFDFD;
--sky-blue-200: #C0FCFC;
--sky-blue-300: #8FFAFA;
--sky-blue-400: #55F7F7;
--sky-blue-500: #24F5F5;
--sky-blue-600: #0AD6D6;
--sky-blue-700: #08AAAA;
--sky-blue-800: #067A7A;
--sky-blue-900: #044E4E;
--sky-blue-950: #023131;
}