Sky Blue
#5AF2F2
CyanColor Codes
All color formats for development
HEX
#5AF2F2RGB
rgb(90, 242, 242)HSL
hsl(180, 85%, 65%)OKLCH
oklch(0.882 0.127 195.1)CMYK
cmyk(63%, 0%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3BEFEF
2#1DEDED
3#11D7D7
4#0FB8B8
5#0C9999
6#0A7B7B
7#075C5C
8#053D3D
9#021F1F
Tints
Lighter variations
1#6AF3F3
2#7BF4F4
3#8BF6F6
4#9CF7F7
5#ACF8F8
6#BDFAFA
7#CDFBFB
8#DEFCFC
9#EEFEFE
Tones
Muted variations
1#61EAEA
2#69E2E2
3#71DBDB
4#78D3D3
5#80CCCC
6#87C4C4
7#8FBDBD
8#97B5B5
9#9EADAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6F6 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA5A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7676 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B4B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFE;
--sky-blue-100: #DEFCFC;
--sky-blue-200: #C2FAFA;
--sky-blue-300: #92F6F6;
--sky-blue-400: #5AF2F2;
--sky-blue-500: #2BEEEE;
--sky-blue-600: #11D0D0;
--sky-blue-700: #0DA5A5;
--sky-blue-800: #0A7676;
--sky-blue-900: #064B4B;
--sky-blue-950: #042F2F;
}