Sky Blue
#5BF1DA
CyanColor Codes
All color formats for development
HEX
#5BF1DARGB
rgb(91, 241, 218)HSL
hsl(171, 84%, 65%)OKLCH
oklch(0.872 0.131 181.1)CMYK
cmyk(62%, 0%, 10%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3CEED3
2#1EEBCD
3#13D5B8
4#10B79E
5#0D9884
6#0B7A69
7#085B4F
8#053D35
9#031E1A
Tints
Lighter variations
1#6BF2DE
2#7CF4E2
3#8CF5E5
4#9CF6E9
5#ADF8ED
6#BDF9F0
7#CEFBF4
8#DEFCF8
9#EFFEFB
Tones
Muted variations
1#62E9D5
2#6AE2D0
3#71DACA
4#79D3C5
5#80CBC0
6#88C4BB
7#8FBCB5
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 #C2FAF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6E7 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1DA | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA48E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B41 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F28 | 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: #C2FAF1;
--sky-blue-300: #93F6E7;
--sky-blue-400: #5BF1DA;
--sky-blue-500: #2CEDD0;
--sky-blue-600: #12CEB2;
--sky-blue-700: #0EA48E;
--sky-blue-800: #0A7565;
--sky-blue-900: #074B41;
--sky-blue-950: #042F28;
}