Sky Blue
#5BF1DF
CyanColor Codes
All color formats for development
HEX
#5BF1DFRGB
rgb(91, 241, 223)HSL
hsl(173, 84%, 65%)OKLCH
oklch(0.874 0.129 184)CMYK
cmyk(62%, 0%, 7%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3CEED9
2#1EEBD3
3#13D5BF
4#10B7A3
5#0D9888
6#0B7A6D
7#085B52
8#053D36
9#031E1B
Tints
Lighter variations
1#6BF2E2
2#7CF4E6
3#8CF5E9
4#9CF6EC
5#ADF8EF
6#BDF9F2
7#CEFBF5
8#DEFCF9
9#EFFEFC
Tones
Muted variations
1#62E9D9
2#6AE2D4
3#71DACE
4#79D3C8
5#80CBC2
6#88C4BD
7#8FBCB7
8#97B5B1
9#9EADAB
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 #C2FAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6EA | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1DF | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA493 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7569 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B43 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2A | 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: #C2FAF3;
--sky-blue-300: #93F6EA;
--sky-blue-400: #5BF1DF;
--sky-blue-500: #2CEDD6;
--sky-blue-600: #12CEB8;
--sky-blue-700: #0EA493;
--sky-blue-800: #0A7569;
--sky-blue-900: #074B43;
--sky-blue-950: #042F2A;
}