Sky Blue
#5DEFCA
CyanColor Codes
All color formats for development
HEX
#5DEFCARGB
rgb(93, 239, 202)HSL
hsl(165, 82%, 65%)OKLCH
oklch(0.864 0.136 173.2)CMYK
cmyk(61%, 0%, 15%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EECC1
2#20E9B7
3#15D3A4
4#12B58C
5#0F9775
6#0C795D
7#095A46
8#063C2F
9#031E17
Tints
Lighter variations
1#6DF1D0
2#7DF2D5
3#8DF4DA
4#9EF5DF
5#AEF7E5
6#BEF9EA
7#CEFAEF
8#DFFCF4
9#EFFDFA
Tones
Muted variations
1#64E8C7
2#6BE0C3
3#73D9BF
4#7AD2BC
5#81CAB8
6#88C3B4
7#90BCB1
8#97B4AD
9#9EADA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4DC | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFCA | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEABB | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A27E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B745A | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A3A | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFA;
--sky-blue-100: #DFFCF4;
--sky-blue-200: #C3F9EB;
--sky-blue-300: #94F4DC;
--sky-blue-400: #5DEFCA;
--sky-blue-500: #2EEABB;
--sky-blue-600: #14CC9E;
--sky-blue-700: #10A27E;
--sky-blue-800: #0B745A;
--sky-blue-900: #074A3A;
--sky-blue-950: #052E24;
}