Sky Blue
#5AF2CE
CyanColor Codes
All color formats for development
HEX
#5AF2CERGB
rgb(90, 242, 206)HSL
hsl(166, 85%, 65%)OKLCH
oklch(0.871 0.139 174.2)CMYK
cmyk(63%, 0%, 15%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3BEFC5
2#1DEDBC
3#11D7A9
4#0FB891
5#0C9978
6#0A7B60
7#075C48
8#053D30
9#021F18
Tints
Lighter variations
1#6AF3D3
2#7BF4D8
3#8BF6DD
4#9CF7E2
5#ACF8E7
6#BDFAEB
7#CDFBF0
8#DEFCF5
9#EEFEFA
Tones
Muted variations
1#61EACA
2#69E2C6
3#71DBC2
4#78D3BE
5#80CCBA
6#87C4B6
7#8FBDB2
8#97B5AE
9#9EADAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAED | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6DF | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2CE | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA582 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A765D | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B3B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFB;
--sky-blue-100: #DEFCF5;
--sky-blue-200: #C2FAED;
--sky-blue-300: #92F6DF;
--sky-blue-400: #5AF2CE;
--sky-blue-500: #2BEEC0;
--sky-blue-600: #11D0A3;
--sky-blue-700: #0DA582;
--sky-blue-800: #0A765D;
--sky-blue-900: #064B3B;
--sky-blue-950: #042F25;
}