Sky Blue
#5CEDF0
CyanColor Codes
All color formats for development
HEX
#5CEDF0RGB
rgb(92, 237, 240)HSL
hsl(181, 83%, 65%)OKLCH
oklch(0.87 0.123 197.1)CMYK
cmyk(62%, 1%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3DEAED
2#1FE7EA
3#14D1D4
4#11B3B6
5#0E9598
6#0B7779
7#085A5B
8#063C3D
9#031E1E
Tints
Lighter variations
1#6CEFF1
2#7CF1F3
3#8DF3F4
4#9DF4F6
5#ADF6F7
6#BEF8F9
7#CEFAFA
8#DEFBFC
9#EFFDFD
Tones
Muted variations
1#63E6E8
2#6ADFE1
3#72D8DA
4#79D1D2
5#81CACB
6#88C2C3
7#90BBBC
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 | 94F3 #94F3F5 | BordersInactive statesPlaceholder text |
| 400 | 5CED #5CEDF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DE8 #2DE8EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CA #13CACD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA1 #0FA1A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B73 #0B7375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A4B | Primary textHigh emphasis contentDark headings |
| 950 | 042E #042E2F | 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: #94F3F5;
--sky-blue-400: #5CEDF0;
--sky-blue-500: #2DE8EB;
--sky-blue-600: #13CACD;
--sky-blue-700: #0FA1A3;
--sky-blue-800: #0B7375;
--sky-blue-900: #074A4B;
--sky-blue-950: #042E2F;
}