Sky Blue
#8DFBE4
CyanColor Codes
All color formats for development
HEX
#8DFBE4RGB
rgb(141, 251, 228)HSL
hsl(167, 93%, 77%)OKLCH
oklch(0.916 0.107 178.7)CMYK
cmyk(44%, 0%, 9%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68FADA
2#42F8D1
3#1CF7C7
4#08E3B4
5#07BD96
6#059878
7#04725A
8#034C3C
9#01261E
Tints
Lighter variations
1#99FBE6
2#A4FCE9
3#B0FCEC
4#BBFDEE
5#C6FDF1
6#D2FDF4
7#DDFEF7
8#E8FEF9
9#F4FFFC
Tones
Muted variations
1#93F5E0
2#99F0DD
3#9EEBDA
4#A4E5D7
5#A9E0D4
6#AFDAD1
7#B4D5CE
8#B9CFCB
9#BFCAC7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBE3 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9D5 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F3E | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFB;
--sky-blue-100: #DDFEF7;
--sky-blue-200: #BFFDEF;
--sky-blue-300: #8EFBE3;
--sky-blue-400: #53F9D5;
--sky-blue-500: #22F7C9;
--sky-blue-600: #08D9AB;
--sky-blue-700: #06AC88;
--sky-blue-800: #047B61;
--sky-blue-900: #034F3E;
--sky-blue-950: #023127;
}