Sky Blue
#5AF2D3
CyanColor Codes
All color formats for development
HEX
#5AF2D3RGB
rgb(90, 242, 211)HSL
hsl(168, 85%, 65%)OKLCH
oklch(0.872 0.136 176.8)CMYK
cmyk(63%, 0%, 13%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3BEFCB
2#1DEDC3
3#11D7AF
4#0FB896
5#0C997D
6#0A7B64
7#075C4B
8#053D32
9#021F19
Tints
Lighter variations
1#6AF3D8
2#7BF4DC
3#8BF6E0
4#9CF7E5
5#ACF8E9
6#BDFAEE
7#CDFBF2
8#DEFCF6
9#EEFEFB
Tones
Muted variations
1#61EACF
2#69E2CA
3#71DBC6
4#78D3C1
5#80CCBD
6#87C4B8
7#8FBDB3
8#97B5AF
9#9EADAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6E2 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2D3 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA587 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7660 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B3E | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFB;
--sky-blue-100: #DEFCF6;
--sky-blue-200: #C2FAEF;
--sky-blue-300: #92F6E2;
--sky-blue-400: #5AF2D3;
--sky-blue-500: #2BEEC7;
--sky-blue-600: #11D0A9;
--sky-blue-700: #0DA587;
--sky-blue-800: #0A7660;
--sky-blue-900: #064B3E;
--sky-blue-950: #042F27;
}