Sky Blue
#5CF0F0
CyanColor Codes
All color formats for development
HEX
#5CF0F0RGB
rgb(92, 240, 240)HSL
hsl(180, 83%, 65%)OKLCH
oklch(0.877 0.125 195.1)CMYK
cmyk(62%, 0%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3DEDED
2#1FEAEA
3#14D4D4
4#11B6B6
5#0E9898
6#0B7979
7#085B5B
8#063D3D
9#031E1E
Tints
Lighter variations
1#6CF1F1
2#7CF3F3
3#8DF4F4
4#9DF6F6
5#ADF7F7
6#BEF9F9
7#CEFAFA
8#DEFCFC
9#EFFDFD
Tones
Muted variations
1#63E8E8
2#6AE1E1
3#72DADA
4#79D2D2
5#81CBCB
6#88C3C3
7#90BCBC
8#97B5B5
9#9EADAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5F5 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA3A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B4B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFE;
--sky-blue-100: #DEFCFC;
--sky-blue-200: #C2F9F9;
--sky-blue-300: #94F5F5;
--sky-blue-400: #5CF0F0;
--sky-blue-500: #2DEBEB;
--sky-blue-600: #13CDCD;
--sky-blue-700: #0FA3A3;
--sky-blue-800: #0B7575;
--sky-blue-900: #074B4B;
--sky-blue-950: #042F2F;
}