Sky Blue
#8EFBE9
CyanColor Codes
All color formats for development
HEX
#8EFBE9RGB
rgb(142, 251, 233)HSL
hsl(170, 93%, 77%)OKLCH
oklch(0.918 0.105 182)CMYK
cmyk(43%, 0%, 7%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68FAE1
2#42F8DA
3#1CF7D2
4#08E3BF
5#07BD9F
6#05987F
7#04725F
8#034C40
9#012620
Tints
Lighter variations
1#99FBEB
2#A4FCED
3#B0FCEF
4#BBFDF2
5#C6FDF4
6#D2FDF6
7#DDFEF8
8#E8FEFB
9#F4FFFD
Tones
Muted variations
1#93F5E5
2#99F0E1
3#9EEBDE
4#A4E5DA
5#A9E0D7
6#AFDAD3
7#B4D5CF
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 #DDFEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBE9 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9DD | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F42 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFC;
--sky-blue-100: #DDFEF8;
--sky-blue-200: #BFFDF2;
--sky-blue-300: #8EFBE9;
--sky-blue-400: #53F9DD;
--sky-blue-500: #22F7D3;
--sky-blue-600: #08D9B6;
--sky-blue-700: #06AC91;
--sky-blue-800: #047B67;
--sky-blue-900: #034F42;
--sky-blue-950: #023129;
}