Sky Blue
#8EFBF0
CyanColor Codes
All color formats for development
HEX
#8EFBF0RGB
rgb(142, 251, 240)HSL
hsl(174, 93%, 77%)OKLCH
oklch(0.92 0.102 187.2)CMYK
cmyk(43%, 0%, 4%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68FAEB
2#42F8E6
3#1CF7E1
4#08E3CD
5#07BDAB
6#059889
7#047267
8#034C44
9#012622
Tints
Lighter variations
1#99FBF1
2#A4FCF3
3#B0FCF4
4#BBFDF6
5#C6FDF7
6#D2FDF9
7#DDFEFA
8#E8FEFC
9#F4FFFD
Tones
Muted variations
1#93F5EC
2#99F0E7
3#9EEBE3
4#A4E5DF
5#A9E0DA
6#AFDAD6
7#B4D5D1
8#B9CFCD
9#BFCAC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBF0 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9E8 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B6F | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F47 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFD;
--sky-blue-100: #DDFEFA;
--sky-blue-200: #BFFDF7;
--sky-blue-300: #8EFBF0;
--sky-blue-400: #53F9E8;
--sky-blue-500: #22F7E2;
--sky-blue-600: #08D9C4;
--sky-blue-700: #06AC9C;
--sky-blue-800: #047B6F;
--sky-blue-900: #034F47;
--sky-blue-950: #02312C;
}