Sky Blue
#92F6EB
CyanColor Codes
All color formats for development
HEX
#92F6EBRGB
rgb(146, 246, 235)HSL
hsl(173, 85%, 77%)OKLCH
oklch(0.909 0.096 186.6)CMYK
cmyk(41%, 0%, 4%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EF3E4
2#4AF0DD
3#26EDD6
4#12DAC3
5#0FB6A2
6#0C9182
7#096D61
8#064941
9#032420
Tints
Lighter variations
1#9DF7ED
2#A8F8EF
3#B3F9F1
4#BEFAF3
5#C9FBF5
6#D4FBF7
7#DEFCF9
8#E9FDFB
9#F4FEFD
Tones
Muted variations
1#97F1E7
2#9CECE3
3#A1E7DF
4#A6E2DB
5#ABDDD7
6#B0D8D4
7#B5D3D0
8#BACECC
9#BFC9C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6EB | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2E0 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEED7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA593 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7669 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B43 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFC;
--sky-blue-100: #DEFCF9;
--sky-blue-200: #C2FAF3;
--sky-blue-300: #92F6EB;
--sky-blue-400: #5AF2E0;
--sky-blue-500: #2BEED7;
--sky-blue-600: #11D0B9;
--sky-blue-700: #0DA593;
--sky-blue-800: #0A7669;
--sky-blue-900: #064B43;
--sky-blue-950: #042F2A;
}