Sky Blue
#5CF0D2
CyanColor Codes
All color formats for development
HEX
#5CF0D2RGB
rgb(92, 240, 210)HSL
hsl(168, 83%, 65%)OKLCH
oklch(0.868 0.133 177.1)CMYK
cmyk(62%, 0%, 13%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3DEDCA
2#1FEAC2
3#14D4AE
4#11B695
5#0E987C
6#0B7963
7#085B4A
8#063D32
9#031E19
Tints
Lighter variations
1#6CF1D7
2#7CF3DB
3#8DF4E0
4#9DF6E4
5#ADF7E9
6#BEF9ED
7#CEFAF2
8#DEFCF6
9#EFFDFB
Tones
Muted variations
1#63E8CE
2#6AE1C9
3#72DAC5
4#79D2C0
5#81CBBC
6#88C3B8
7#90BCB3
8#97B5AF
9#9EADAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E2 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0D2 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBC5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA386 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B755F | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3D | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFB;
--sky-blue-100: #DEFCF6;
--sky-blue-200: #C2F9EE;
--sky-blue-300: #94F5E2;
--sky-blue-400: #5CF0D2;
--sky-blue-500: #2DEBC5;
--sky-blue-600: #13CDA8;
--sky-blue-700: #0FA386;
--sky-blue-800: #0B755F;
--sky-blue-900: #074B3D;
--sky-blue-950: #042F26;
}