Sky Blue
#5CF0ED
CyanColor Codes
All color formats for development
HEX
#5CF0EDRGB
rgb(92, 240, 237)HSL
hsl(179, 83%, 65%)OKLCH
oklch(0.876 0.125 193.2)CMYK
cmyk(62%, 0%, 1%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3DEDEA
2#1FEAE7
3#14D4D1
4#11B6B3
5#0E9895
6#0B7977
7#085B5A
8#063D3C
9#031E1E
Tints
Lighter variations
1#6CF1EF
2#7CF3F1
3#8DF4F3
4#9DF6F4
5#ADF7F6
6#BEF9F8
7#CEFAFA
8#DEFCFB
9#EFFDFD
Tones
Muted variations
1#63E8E6
2#6AE1DF
3#72DAD8
4#79D2D1
5#81CBCA
6#88C3C2
7#90BCBB
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 #94F5F3 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0ED | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA3A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B4A | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2E | 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: #94F5F3;
--sky-blue-400: #5CF0ED;
--sky-blue-500: #2DEBE8;
--sky-blue-600: #13CDCA;
--sky-blue-700: #0FA3A1;
--sky-blue-800: #0B7573;
--sky-blue-900: #074B4A;
--sky-blue-950: #042F2E;
}