Sky Blue
#5BF1D5
CyanColor Codes
All color formats for development
HEX
#5BF1D5RGB
rgb(91, 241, 213)HSL
hsl(169, 84%, 65%)OKLCH
oklch(0.871 0.133 178.3)CMYK
cmyk(62%, 0%, 12%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3CEECD
2#1EEBC6
3#13D5B2
4#10B798
5#0D987F
6#0B7A66
7#085B4C
8#053D33
9#031E19
Tints
Lighter variations
1#6BF2D9
2#7CF4DE
3#8CF5E2
4#9CF6E6
5#ADF8EA
6#BDF9EE
7#CEFBF2
8#DEFCF7
9#EFFEFB
Tones
Muted variations
1#62E9D0
2#6AE2CC
3#71DAC7
4#79D3C2
5#80CBBD
6#88C4B9
7#8FBCB4
8#97B5AF
9#9EADAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6E4 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1D5 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA489 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7562 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3F | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFB;
--sky-blue-100: #DEFCF7;
--sky-blue-200: #C2FAEF;
--sky-blue-300: #93F6E4;
--sky-blue-400: #5BF1D5;
--sky-blue-500: #2CEDC9;
--sky-blue-600: #12CEAC;
--sky-blue-700: #0EA489;
--sky-blue-800: #0A7562;
--sky-blue-900: #074B3F;
--sky-blue-950: #042F27;
}