Sky Blue
#8EFBF2
CyanColor Codes
All color formats for development
HEX
#8EFBF2RGB
rgb(142, 251, 242)HSL
hsl(175, 93%, 77%)OKLCH
oklch(0.92 0.102 188.7)CMYK
cmyk(43%, 0%, 4%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68FAED
2#42F8E9
3#1CF7E5
4#08E3D1
5#07BDAE
6#05988B
7#047269
8#034C46
9#012623
Tints
Lighter variations
1#99FBF3
2#A4FCF4
3#B0FCF6
4#BBFDF7
5#C6FDF8
6#D2FDFA
7#DDFEFB
8#E8FEFC
9#F4FFFE
Tones
Muted variations
1#93F5ED
2#99F0E9
3#9EEBE4
4#A4E5E0
5#A9E0DB
6#AFDAD7
7#B4D5D2
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 #DDFEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBF2 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9EB | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F48 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFD;
--sky-blue-100: #DDFEFB;
--sky-blue-200: #BFFDF8;
--sky-blue-300: #8EFBF2;
--sky-blue-400: #53F9EB;
--sky-blue-500: #22F7E5;
--sky-blue-600: #08D9C7;
--sky-blue-700: #06AC9E;
--sky-blue-800: #047B71;
--sky-blue-900: #034F48;
--sky-blue-950: #02312D;
}