Sky Blue
#93F6E5
CyanColor Codes
All color formats for development
HEX
#93F6E5RGB
rgb(147, 246, 229)HSL
hsl(170, 85%, 77%)OKLCH
oklch(0.907 0.097 181.8)CMYK
cmyk(40%, 0%, 7%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EF3DD
2#4AF0D5
3#26EDCC
4#12DAB9
5#0FB69A
6#0C917B
7#096D5C
8#06493E
9#03241F
Tints
Lighter variations
1#9DF7E8
2#A8F8EB
3#B3F9ED
4#BEFAF0
5#C9FBF2
6#D4FBF5
7#DEFCF7
8#E9FDFA
9#F4FEFC
Tones
Muted variations
1#97F1E2
2#9CECDF
3#A1E7DC
4#A6E2D8
5#ABDDD5
6#B0D8D2
7#B5D3CE
8#BACECB
9#BFC9C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6E6 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2D8 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEECD | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA58C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7664 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B40 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFC;
--sky-blue-100: #DEFCF7;
--sky-blue-200: #C2FAF1;
--sky-blue-300: #92F6E6;
--sky-blue-400: #5AF2D8;
--sky-blue-500: #2BEECD;
--sky-blue-600: #11D0B0;
--sky-blue-700: #0DA58C;
--sky-blue-800: #0A7664;
--sky-blue-900: #064B40;
--sky-blue-950: #042F28;
}