Sky Blue
#5DECEF
CyanColor Codes
All color formats for development
HEX
#5DECEFRGB
rgb(93, 236, 239)HSL
hsl(181, 82%, 65%)OKLCH
oklch(0.868 0.122 197.1)CMYK
cmyk(61%, 1%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EE9EC
2#20E6E9
3#15D0D3
4#12B2B5
5#0F9597
6#0C7779
7#09595A
8#063B3C
9#031E1E
Tints
Lighter variations
1#6DEEF1
2#7DF0F2
3#8DF2F4
4#9EF4F5
5#AEF6F7
6#BEF8F9
7#CEF9FA
8#DFFBFC
9#EFFDFD
Tones
Muted variations
1#64E5E8
2#6BDEE0
3#73D7D9
4#7AD0D2
5#81C9CA
6#88C2C3
7#90BBBC
8#97B4B4
9#9EADAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F3 #94F3F4 | BordersInactive statesPlaceholder text |
| 400 | 5DEC #5DECEF | Disabled statesSecondary iconsMuted text |
| 500 | 2EE7 #2EE7EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14C9 #14C9CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A0 #10A0A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B72 #0B7274 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0749 #07494A | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFE;
--sky-blue-100: #DFFBFC;
--sky-blue-200: #C3F8F9;
--sky-blue-300: #94F3F4;
--sky-blue-400: #5DECEF;
--sky-blue-500: #2EE7EA;
--sky-blue-600: #14C9CC;
--sky-blue-700: #10A0A2;
--sky-blue-800: #0B7274;
--sky-blue-900: #07494A;
--sky-blue-950: #052E2E;
}