Sky Blue
#8FFADF
CyanColor Codes
All color formats for development
HEX
#8FFADFRGB
rgb(143, 250, 223)HSL
hsl(165, 91%, 77%)OKLCH
oklch(0.913 0.107 175.6)CMYK
cmyk(43%, 0%, 11%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69F8D4
2#44F6CA
3#1EF4BF
4#0BE1AB
5#09BC8F
6#079672
7#057156
8#044B39
9#02261D
Tints
Lighter variations
1#9AFAE2
2#A5FBE5
3#B1FBE9
4#BCFCEC
5#C7FCEF
6#D2FDF2
7#DDFDF5
8#E9FEF9
9#F4FEFC
Tones
Muted variations
1#94F4DC
2#9AEFDA
3#9FEAD7
4#A4E4D4
5#AADFD2
6#AFDACF
7#B4D4CC
8#BACFCA
9#BFCAC7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFADF | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7CE | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E3B | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFB;
--sky-blue-100: #DDFDF5;
--sky-blue-200: #C0FCED;
--sky-blue-300: #8FFADF;
--sky-blue-400: #55F7CE;
--sky-blue-500: #24F5C0;
--sky-blue-600: #0AD6A3;
--sky-blue-700: #08AA82;
--sky-blue-800: #067A5D;
--sky-blue-900: #044E3B;
--sky-blue-950: #023125;
}