Sky Blue
#5AF2C4
GreenColor Codes
All color formats for development
HEX
#5AF2C4RGB
rgb(90, 242, 196)HSL
hsl(162, 85%, 65%)OKLCH
oklch(0.868 0.145 169.4)CMYK
cmyk(63%, 0%, 19%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3BEFB9
2#1DEDAE
3#11D79B
4#0FB885
5#0C996F
6#0A7B59
7#075C43
8#053D2C
9#021F16
Tints
Lighter variations
1#6AF3CA
2#7BF4D0
3#8BF6D6
4#9CF7DC
5#ACF8E2
6#BDFAE7
7#CDFBED
8#DEFCF3
9#EEFEF9
Tones
Muted variations
1#61EAC1
2#69E2BE
3#71DBBB
4#78D3B8
5#80CCB5
6#87C4B2
7#8FBDAF
8#97B5AC
9#9EADA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6D8 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2C4 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEB3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D096 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA578 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7655 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B37 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFA;
--sky-blue-100: #DEFCF3;
--sky-blue-200: #C2FAE9;
--sky-blue-300: #92F6D8;
--sky-blue-400: #5AF2C4;
--sky-blue-500: #2BEEB3;
--sky-blue-600: #11D096;
--sky-blue-700: #0DA578;
--sky-blue-800: #0A7655;
--sky-blue-900: #064B37;
--sky-blue-950: #042F22;
}