Sky Blue
#8EFBEE
CyanColor Codes
All color formats for development
HEX
#8EFBEERGB
rgb(142, 251, 238)HSL
hsl(173, 93%, 77%)OKLCH
oklch(0.919 0.103 185.7)CMYK
cmyk(43%, 0%, 5%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68FAE9
2#42F8E3
3#1CF7DD
4#08E3CA
5#07BDA8
6#059887
7#047265
8#034C43
9#012622
Tints
Lighter variations
1#99FBF0
2#A4FCF2
3#B0FCF3
4#BBFDF5
5#C6FDF7
6#D2FDF8
7#DDFEFA
8#E8FEFC
9#F4FFFD
Tones
Muted variations
1#93F5EA
2#99F0E6
3#9EEBE2
4#A4E5DD
5#A9E0D9
6#AFDAD5
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 #BFFDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBEE | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9E5 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F46 | 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: #BFFDF5;
--sky-blue-300: #8EFBEE;
--sky-blue-400: #53F9E5;
--sky-blue-500: #22F7DE;
--sky-blue-600: #08D9C0;
--sky-blue-700: #06AC99;
--sky-blue-800: #047B6D;
--sky-blue-900: #034F46;
--sky-blue-950: #02312C;
}