Sky Blue
#5CF0EB
CyanColor Codes
All color formats for development
HEX
#5CF0EBRGB
rgb(92, 240, 235)HSL
hsl(178, 83%, 65%)OKLCH
oklch(0.875 0.125 192)CMYK
cmyk(62%, 0%, 2%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3DEDE7
2#1FEAE3
3#14D4CE
4#11B6B0
5#0E9893
6#0B7976
7#085B58
8#063D3B
9#031E1D
Tints
Lighter variations
1#6CF1ED
2#7CF3EF
3#8DF4F1
4#9DF6F3
5#ADF7F5
6#BEF9F7
7#CEFAF9
8#DEFCFB
9#EFFDFD
Tones
Muted variations
1#63E8E4
2#6AE1DD
3#72DAD6
4#79D2CF
5#81CBC8
6#88C3C1
7#90BCBA
8#97B5B4
9#9EADAD
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 | C2F9 #C2F9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5F2 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0EB | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA39E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B48 | 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: #C2F9F8;
--sky-blue-300: #94F5F2;
--sky-blue-400: #5CF0EB;
--sky-blue-500: #2DEBE5;
--sky-blue-600: #13CDC7;
--sky-blue-700: #0FA39E;
--sky-blue-800: #0B7571;
--sky-blue-900: #074B48;
--sky-blue-950: #042F2D;
}