Sky Blue
#5DECEE
CyanColor Codes
All color formats for development
HEX
#5DECEERGB
rgb(93, 236, 238)HSL
hsl(181, 81%, 65%)OKLCH
oklch(0.867 0.122 196.5)CMYK
cmyk(61%, 1%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FE8EB
2#21E4E8
3#16CFD2
4#13B1B4
5#109496
6#0D7678
7#09595A
8#063B3C
9#031E1E
Tints
Lighter variations
1#6EEEF0
2#7EF0F1
3#8EF1F3
4#9EF3F5
5#AEF5F7
6#BEF7F8
7#CFF9FA
8#DFFBFC
9#EFFDFD
Tones
Muted variations
1#65E5E7
2#6CDEE0
3#73D7D8
4#7AD0D1
5#82C9CA
6#89C2C3
7#90BBBB
8#97B4B4
9#9FADAD
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 | 95F2 #95F2F4 | BordersInactive statesPlaceholder text |
| 400 | 5DEC #5DECEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FE6 #2FE6E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15C8 #15C8CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 119F #119FA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C72 #0C7273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08494A | Primary textHigh emphasis contentDark headings |
| 950 | 052D #052D2E | 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: #95F2F4;
--sky-blue-400: #5DECEE;
--sky-blue-500: #2FE6E9;
--sky-blue-600: #15C8CB;
--sky-blue-700: #119FA2;
--sky-blue-800: #0C7273;
--sky-blue-900: #08494A;
--sky-blue-950: #052D2E;
}