Sky Blue
#5BF1CE
CyanColor Codes
All color formats for development
HEX
#5BF1CERGB
rgb(91, 241, 206)HSL
hsl(166, 84%, 65%)OKLCH
oklch(0.869 0.137 174.6)CMYK
cmyk(62%, 0%, 15%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3CEEC5
2#1EEBBB
3#13D5A8
4#10B790
5#0D9878
6#0B7A60
7#085B48
8#053D30
9#031E18
Tints
Lighter variations
1#6BF2D3
2#7CF4D8
3#8CF5DD
4#9CF6E1
5#ADF8E6
6#BDF9EB
7#CEFBF0
8#DEFCF5
9#EFFEFA
Tones
Muted variations
1#62E9CA
2#6AE2C6
3#71DAC2
4#79D3BE
5#80CBBA
6#88C4B6
7#8FBCB2
8#97B5AE
9#9EADAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAED | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6DF | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1CE | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A755C | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFB;
--sky-blue-100: #DEFCF5;
--sky-blue-200: #C2FAED;
--sky-blue-300: #93F6DF;
--sky-blue-400: #5BF1CE;
--sky-blue-500: #2CEDC0;
--sky-blue-600: #12CEA2;
--sky-blue-700: #0EA481;
--sky-blue-800: #0A755C;
--sky-blue-900: #074B3B;
--sky-blue-950: #042F25;
}