Sky Blue
#5CEBF0
CyanColor Codes
All color formats for development
HEX
#5CEBF0RGB
rgb(92, 235, 240)HSL
hsl(182, 83%, 65%)OKLCH
oklch(0.866 0.121 198.4)CMYK
cmyk(62%, 2%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3DE7ED
2#1FE3EA
3#14CED4
4#11B0B6
5#0E9398
6#0B7679
7#08585B
8#063B3D
9#031D1E
Tints
Lighter variations
1#6CEDF1
2#7CEFF3
3#8DF1F4
4#9DF3F6
5#ADF5F7
6#BEF7F9
7#CEF9FA
8#DEFBFC
9#EFFDFD
Tones
Muted variations
1#63E4E8
2#6ADDE1
3#72D6DA
4#79CFD2
5#81C8CB
6#88C1C3
7#90BABC
8#97B4B5
9#9EADAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFB #DEFBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F8 #C2F8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F2 #94F2F5 | BordersInactive statesPlaceholder text |
| 400 | 5CEB #5CEBF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DE5 #2DE5EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13C7 #13C7CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F9E #0F9EA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B71 #0B7175 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0748 #07484B | Primary textHigh emphasis contentDark headings |
| 950 | 042D #042D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFE;
--sky-blue-100: #DEFBFC;
--sky-blue-200: #C2F8F9;
--sky-blue-300: #94F2F5;
--sky-blue-400: #5CEBF0;
--sky-blue-500: #2DE5EB;
--sky-blue-600: #13C7CD;
--sky-blue-700: #0F9EA3;
--sky-blue-800: #0B7175;
--sky-blue-900: #07484B;
--sky-blue-950: #042D2F;
}