Sky Blue
#5AF2CC
CyanColor Codes
All color formats for development
HEX
#5AF2CCRGB
rgb(90, 242, 204)HSL
hsl(165, 85%, 65%)OKLCH
oklch(0.87 0.14 173.2)CMYK
cmyk(63%, 0%, 16%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3BEFC2
2#1DEDB9
3#11D7A5
4#0FB88E
5#0C9976
6#0A7B5E
7#075C47
8#053D2F
9#021F18
Tints
Lighter variations
1#6AF3D1
2#7BF4D6
3#8BF6DB
4#9CF7E0
5#ACF8E5
6#BDFAEA
7#CDFBF0
8#DEFCF5
9#EEFEFA
Tones
Muted variations
1#61EAC8
2#69E2C4
3#71DBC0
4#78D3BD
5#80CCB9
6#87C4B5
7#8FBDB1
8#97B5AD
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 #C2FAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6DD | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2CC | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEBD | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA57F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A765B | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B3A | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F24 | 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: #C2FAEC;
--sky-blue-300: #92F6DD;
--sky-blue-400: #5AF2CC;
--sky-blue-500: #2BEEBD;
--sky-blue-600: #11D0A0;
--sky-blue-700: #0DA57F;
--sky-blue-800: #0A765B;
--sky-blue-900: #064B3A;
--sky-blue-950: #042F24;
}