Sky Blue
#5BF1D3
CyanColor Codes
All color formats for development
HEX
#5BF1D3RGB
rgb(91, 241, 211)HSL
hsl(168, 84%, 65%)OKLCH
oklch(0.87 0.134 177.2)CMYK
cmyk(62%, 0%, 12%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3CEECB
2#1EEBC2
3#13D5AF
4#10B796
5#0D987D
6#0B7A64
7#085B4B
8#053D32
9#031E19
Tints
Lighter variations
1#6BF2D7
2#7CF4DC
3#8CF5E0
4#9CF6E4
5#ADF8E9
6#BDF9ED
7#CEFBF2
8#DEFCF6
9#EFFEFB
Tones
Muted variations
1#62E9CE
2#6AE2CA
3#71DAC5
4#79D3C1
5#80CBBC
6#88C4B8
7#8FBCB3
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 #DEFCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6E2 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1D3 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA486 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7560 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3D | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFB;
--sky-blue-100: #DEFCF6;
--sky-blue-200: #C2FAEF;
--sky-blue-300: #93F6E2;
--sky-blue-400: #5BF1D3;
--sky-blue-500: #2CEDC6;
--sky-blue-600: #12CEA9;
--sky-blue-700: #0EA486;
--sky-blue-800: #0A7560;
--sky-blue-900: #074B3D;
--sky-blue-950: #042F26;
}