Sky Blue
#5BF1EE
CyanColor Codes
All color formats for development
HEX
#5BF1EERGB
rgb(91, 241, 238)HSL
hsl(179, 84%, 65%)OKLCH
oklch(0.878 0.126 193.2)CMYK
cmyk(62%, 0%, 1%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3CEEEB
2#1EEBE8
3#13D5D2
4#10B7B4
5#0D9896
6#0B7A78
7#085B5A
8#053D3C
9#031E1E
Tints
Lighter variations
1#6BF2F0
2#7CF4F2
3#8CF5F3
4#9CF6F5
5#ADF8F7
6#BDF9F8
7#CEFBFA
8#DEFCFC
9#EFFEFD
Tones
Muted variations
1#62E9E7
2#6AE2E0
3#71DAD8
4#79D3D1
5#80CBCA
6#88C4C3
7#8FBCBB
8#97B5B4
9#9EADAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6F4 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1EE | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CECB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA4A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7574 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B4A | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFE;
--sky-blue-100: #DEFCFC;
--sky-blue-200: #C2FAF9;
--sky-blue-300: #93F6F4;
--sky-blue-400: #5BF1EE;
--sky-blue-500: #2CEDE9;
--sky-blue-600: #12CECB;
--sky-blue-700: #0EA4A2;
--sky-blue-800: #0A7574;
--sky-blue-900: #074B4A;
--sky-blue-950: #042F2E;
}