Sky Blue
#5BF1D8
CyanColor Codes
All color formats for development
HEX
#5BF1D8RGB
rgb(91, 241, 216)HSL
hsl(170, 84%, 65%)OKLCH
oklch(0.872 0.132 180)CMYK
cmyk(62%, 0%, 10%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3CEED0
2#1EEBC9
3#13D5B5
4#10B79B
5#0D9881
6#0B7A67
7#085B4E
8#053D34
9#031E1A
Tints
Lighter variations
1#6BF2DC
2#7CF4E0
3#8CF5E4
4#9CF6E7
5#ADF8EB
6#BDF9EF
7#CEFBF3
8#DEFCF7
9#EFFEFB
Tones
Muted variations
1#62E9D3
2#6AE2CE
3#71DAC9
4#79D3C4
5#80CBBF
6#88C4BA
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 #DEFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6E5 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1D8 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA48B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7563 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B40 | 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: #DEFCF7;
--sky-blue-200: #C2FAF0;
--sky-blue-300: #93F6E5;
--sky-blue-400: #5BF1D8;
--sky-blue-500: #2CEDCD;
--sky-blue-600: #12CEAF;
--sky-blue-700: #0EA48B;
--sky-blue-800: #0A7563;
--sky-blue-900: #074B40;
--sky-blue-950: #042F28;
}