Sky Blue
#93F6F4
CyanColor Codes
All color formats for development
HEX
#93F6F4RGB
rgb(147, 246, 244)HSL
hsl(179, 85%, 77%)OKLCH
oklch(0.912 0.094 194)CMYK
cmyk(40%, 0%, 1%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EF3F1
2#4AF0EE
3#26EDEA
4#12DAD7
5#0FB6B3
6#0C918F
7#096D6B
8#064948
9#032424
Tints
Lighter variations
1#9DF7F6
2#A8F8F7
3#B3F9F8
4#BEFAF9
5#C9FBFA
6#D4FBFB
7#DEFCFC
8#E9FDFD
9#F4FEFE
Tones
Muted variations
1#97F1F0
2#9CECEB
3#A1E7E6
4#A6E2E1
5#ABDDDC
6#B0D8D8
7#B5D3D3
8#BACECE
9#BFC9C9
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 | 92F6 #92F6F5 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2EF | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA5A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7674 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B4A | 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: #92F6F5;
--sky-blue-400: #5AF2EF;
--sky-blue-500: #2BEEEB;
--sky-blue-600: #11D0CC;
--sky-blue-700: #0DA5A3;
--sky-blue-800: #0A7674;
--sky-blue-900: #064B4A;
--sky-blue-950: #042F2E;
}