Sky Blue
#8FFADB
GreenColor Codes
All color formats for development
HEX
#8FFADBRGB
rgb(143, 250, 219)HSL
hsl(163, 91%, 77%)OKLCH
oklch(0.912 0.109 173)CMYK
cmyk(43%, 0%, 12%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69F8D0
2#44F6C4
3#1EF4B8
4#0BE1A4
5#09BC89
6#07966E
7#057152
8#044B37
9#02261B
Tints
Lighter variations
1#9AFADF
2#A5FBE3
3#B1FBE6
4#BCFCEA
5#C7FCED
6#D2FDF1
7#DDFDF4
8#E9FEF8
9#F4FEFB
Tones
Muted variations
1#94F4D9
2#9AEFD7
3#9FEAD5
4#A4E4D2
5#AADFD0
6#AFDACE
7#B4D4CB
8#BACFC9
9#BFCAC7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFADB | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7C9 | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD69C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E39 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFA;
--sky-blue-100: #DDFDF4;
--sky-blue-200: #C0FCEB;
--sky-blue-300: #8FFADB;
--sky-blue-400: #55F7C9;
--sky-blue-500: #24F5B9;
--sky-blue-600: #0AD69C;
--sky-blue-700: #08AA7C;
--sky-blue-800: #067A59;
--sky-blue-900: #044E39;
--sky-blue-950: #023124;
}