Sky Blue
#8EFBEB
CyanColor Codes
All color formats for development
HEX
#8EFBEBRGB
rgb(142, 251, 235)HSL
hsl(171, 93%, 77%)OKLCH
oklch(0.918 0.104 183.5)CMYK
cmyk(43%, 0%, 6%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68FAE4
2#42F8DD
3#1CF7D6
4#08E3C3
5#07BDA2
6#059882
7#047261
8#034C41
9#012620
Tints
Lighter variations
1#99FBED
2#A4FCEF
3#B0FCF1
4#BBFDF3
5#C6FDF5
6#D2FDF7
7#DDFEF9
8#E8FEFB
9#F4FFFD
Tones
Muted variations
1#93F5E7
2#99F0E3
3#9EEBDF
4#A4E5DB
5#A9E0D7
6#AFDAD4
7#B4D5D0
8#B9CFCC
9#BFCAC8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBEB | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9E0 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F43 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFC;
--sky-blue-100: #DDFEF9;
--sky-blue-200: #BFFDF3;
--sky-blue-300: #8EFBEB;
--sky-blue-400: #53F9E0;
--sky-blue-500: #22F7D7;
--sky-blue-600: #08D9B9;
--sky-blue-700: #06AC93;
--sky-blue-800: #047B69;
--sky-blue-900: #034F43;
--sky-blue-950: #02312A;
}