Sky Blue
#5AF2DB
CyanColor Codes
All color formats for development
HEX
#5AF2DBRGB
rgb(90, 242, 219)HSL
hsl(171, 85%, 65%)OKLCH
oklch(0.875 0.132 181.2)CMYK
cmyk(63%, 0%, 10%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3BEFD4
2#1DEDCD
3#11D7B9
4#0FB89F
5#0C9984
6#0A7B6A
7#075C4F
8#053D35
9#021F1A
Tints
Lighter variations
1#6AF3DE
2#7BF4E2
3#8BF6E6
4#9CF7E9
5#ACF8ED
6#BDFAF1
7#CDFBF4
8#DEFCF8
9#EEFEFB
Tones
Muted variations
1#61EAD6
2#69E2D0
3#71DBCB
4#78D3C6
5#80CCC0
6#87C4BB
7#8FBDB6
8#97B5B0
9#9EADAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6E7 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2DB | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEED1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0B3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA58E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7666 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B41 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFC;
--sky-blue-100: #DEFCF8;
--sky-blue-200: #C2FAF2;
--sky-blue-300: #92F6E7;
--sky-blue-400: #5AF2DB;
--sky-blue-500: #2BEED1;
--sky-blue-600: #11D0B3;
--sky-blue-700: #0DA58E;
--sky-blue-800: #0A7666;
--sky-blue-900: #064B41;
--sky-blue-950: #042F29;
}