Sky Blue
#92F6F1
CyanColor Codes
All color formats for development
HEX
#92F6F1RGB
rgb(146, 246, 241)HSL
hsl(177, 85%, 77%)OKLCH
oklch(0.911 0.095 191.5)CMYK
cmyk(41%, 0%, 2%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EF3ED
2#4AF0E8
3#26EDE3
4#12DAD0
5#0FB6AD
6#0C918B
7#096D68
8#064945
9#032423
Tints
Lighter variations
1#9DF7F3
2#A8F8F4
3#B3F9F5
4#BEFAF7
5#C9FBF8
6#D4FBF9
7#DEFCFB
8#E9FDFC
9#F4FEFE
Tones
Muted variations
1#97F1ED
2#9CECE8
3#A1E7E4
4#A6E2DF
5#ABDDDB
6#B0D8D6
7#B5D3D2
8#BACECD
9#BFC9C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6F1 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2EA | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEE4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA59E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7671 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B48 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFD;
--sky-blue-100: #DEFCFB;
--sky-blue-200: #C2FAF7;
--sky-blue-300: #92F6F1;
--sky-blue-400: #5AF2EA;
--sky-blue-500: #2BEEE4;
--sky-blue-600: #11D0C6;
--sky-blue-700: #0DA59E;
--sky-blue-800: #0A7671;
--sky-blue-900: #064B48;
--sky-blue-950: #042F2D;
}