Sky Blue
#93F6E4
CyanColor Codes
All color formats for development
HEX
#93F6E4RGB
rgb(147, 246, 228)HSL
hsl(169, 85%, 77%)OKLCH
oklch(0.907 0.097 181.1)CMYK
cmyk(40%, 0%, 7%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EF3DB
2#4AF0D2
3#26EDC9
4#12DAB5
5#0FB697
6#0C9179
7#096D5B
8#06493C
9#03241E
Tints
Lighter variations
1#9DF7E7
2#A8F8E9
3#B3F9EC
4#BEFAEF
5#C9FBF1
6#D4FBF4
7#DEFCF7
8#E9FDFA
9#F4FEFC
Tones
Muted variations
1#97F1E1
2#9CECDE
3#A1E7DA
4#A6E2D7
5#ABDDD4
6#B0D8D1
7#B5D3CE
8#BACECB
9#BFC9C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6E4 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2D6 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEECA | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA589 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7662 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B3F | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFB;
--sky-blue-100: #DEFCF7;
--sky-blue-200: #C2FAF0;
--sky-blue-300: #92F6E4;
--sky-blue-400: #5AF2D6;
--sky-blue-500: #2BEECA;
--sky-blue-600: #11D0AD;
--sky-blue-700: #0DA589;
--sky-blue-800: #0A7662;
--sky-blue-900: #064B3F;
--sky-blue-950: #042F27;
}