Sky Blue
#5BF1E2
CyanColor Codes
All color formats for development
HEX
#5BF1E2RGB
rgb(91, 241, 226)HSL
hsl(174, 84%, 65%)OKLCH
oklch(0.875 0.128 185.8)CMYK
cmyk(62%, 0%, 6%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3CEEDC
2#1EEBD7
3#13D5C2
4#10B7A6
5#0D988B
6#0B7A6F
7#085B53
8#053D37
9#031E1C
Tints
Lighter variations
1#6BF2E5
2#7CF4E8
3#8CF5EB
4#9CF6ED
5#ADF8F0
6#BDF9F3
7#CEFBF6
8#DEFCF9
9#EFFEFC
Tones
Muted variations
1#62E9DC
2#6AE2D6
3#71DAD0
4#79D3CA
5#80CBC4
6#88C4BE
7#8FBCB8
8#97B5B2
9#9EADAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6EC | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1E2 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA495 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A756B | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B44 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFC;
--sky-blue-100: #DEFCF9;
--sky-blue-200: #C2FAF4;
--sky-blue-300: #93F6EC;
--sky-blue-400: #5BF1E2;
--sky-blue-500: #2CEDD9;
--sky-blue-600: #12CEBC;
--sky-blue-700: #0EA495;
--sky-blue-800: #0A756B;
--sky-blue-900: #074B44;
--sky-blue-950: #042F2B;
}