Sky Blue
#5CF0DA
CyanColor Codes
All color formats for development
HEX
#5CF0DARGB
rgb(92, 240, 218)HSL
hsl(171, 83%, 65%)OKLCH
oklch(0.87 0.13 181.6)CMYK
cmyk(62%, 0%, 9%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3DEDD3
2#1FEACC
3#14D4B7
4#11B69D
5#0E9883
6#0B7969
7#085B4F
8#063D34
9#031E1A
Tints
Lighter variations
1#6CF1DD
2#7CF3E1
3#8DF4E5
4#9DF6E9
5#ADF7EC
6#BEF9F0
7#CEFAF4
8#DEFCF8
9#EFFDFB
Tones
Muted variations
1#63E8D4
2#6AE1CF
3#72DACA
4#79D2C5
5#81CBC0
6#88C3BA
7#90BCB5
8#97B5B0
9#9EADAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E6 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0DA | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA38D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B41 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFC;
--sky-blue-100: #DEFCF8;
--sky-blue-200: #C2F9F1;
--sky-blue-300: #94F5E6;
--sky-blue-400: #5CF0DA;
--sky-blue-500: #2DEBCF;
--sky-blue-600: #13CDB1;
--sky-blue-700: #0FA38D;
--sky-blue-800: #0B7565;
--sky-blue-900: #074B41;
--sky-blue-950: #042F28;
}