Sky Blue
#8EFBFB
CyanColor Codes
All color formats for development
HEX
#8EFBFBRGB
rgb(142, 251, 251)HSL
hsl(180, 93%, 77%)OKLCH
oklch(0.923 0.101 195.5)CMYK
cmyk(43%, 0%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68FAFA
2#42F8F8
3#1CF7F7
4#08E3E3
5#07BDBD
6#059898
7#047272
8#034C4C
9#012626
Tints
Lighter variations
1#99FBFB
2#A4FCFC
3#B0FCFC
4#BBFDFD
5#C6FDFD
6#D2FDFD
7#DDFEFE
8#E8FEFE
9#F4FFFF
Tones
Muted variations
1#93F5F5
2#99F0F0
3#9EEBEB
4#A4E5E5
5#A9E0E0
6#AFDADA
7#B4D5D5
8#B9CFCF
9#BFCACA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBFB | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F7F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D9D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06ACAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F4F | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFE;
--sky-blue-100: #DDFEFE;
--sky-blue-200: #BFFDFD;
--sky-blue-300: #8EFBFB;
--sky-blue-400: #53F9F9;
--sky-blue-500: #22F7F7;
--sky-blue-600: #08D9D9;
--sky-blue-700: #06ACAC;
--sky-blue-800: #047B7B;
--sky-blue-900: #034F4F;
--sky-blue-950: #023131;
}