Sky Blue
#5CF0DF
CyanColor Codes
All color formats for development
HEX
#5CF0DFRGB
rgb(92, 240, 223)HSL
hsl(173, 83%, 65%)OKLCH
oklch(0.872 0.128 184.5)CMYK
cmyk(62%, 0%, 7%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3DEDD9
2#1FEAD2
3#14D4BE
4#11B6A3
5#0E9888
6#0B796C
7#085B51
8#063D36
9#031E1B
Tints
Lighter variations
1#6CF1E2
2#7CF3E5
3#8DF4E8
4#9DF6EC
5#ADF7EF
6#BEF9F2
7#CEFAF5
8#DEFCF9
9#EFFDFC
Tones
Muted variations
1#63E8D9
2#6AE1D3
3#72DACE
4#79D2C8
5#81CBC2
6#88C3BC
7#90BCB7
8#97B5B1
9#9EADAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5EA | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0DF | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA392 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7568 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B43 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFC;
--sky-blue-100: #DEFCF9;
--sky-blue-200: #C2F9F3;
--sky-blue-300: #94F5EA;
--sky-blue-400: #5CF0DF;
--sky-blue-500: #2DEBD5;
--sky-blue-600: #13CDB8;
--sky-blue-700: #0FA392;
--sky-blue-800: #0B7568;
--sky-blue-900: #074B43;
--sky-blue-950: #042F2A;
}