Sky Blue
#5DDDEE
CyanColor Codes
All color formats for development
HEX
#5DDDEERGB
rgb(93, 221, 238)HSL
hsl(187, 81%, 65%)OKLCH
oklch(0.833 0.114 207.3)CMYK
cmyk(61%, 7%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FD7EB
2#21D1E8
3#16BCD2
4#13A1B4
5#108696
6#0D6B78
7#09515A
8#06363C
9#031B1E
Tints
Lighter variations
1#6EE1F0
2#7EE4F1
3#8EE7F3
4#9EEBF5
5#AEEEF7
6#BEF1F8
7#CFF5FA
8#DFF8FC
9#EFFCFD
Tones
Muted variations
1#65D8E7
2#6CD2E0
3#73CDD8
4#7AC7D1
5#82C1CA
6#89BCC3
7#90B6BB
8#97B1B4
9#9FABAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F2 #C3F2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E9 #95E9F4 | BordersInactive statesPlaceholder text |
| 400 | 5DDD #5DDDEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FD4 #2FD4E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15B6 #15B6CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1191 #1191A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C67 #0C6773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0842 #08424A | Primary textHigh emphasis contentDark headings |
| 950 | 0529 #05292E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFE;
--sky-blue-100: #DFF8FC;
--sky-blue-200: #C3F2F9;
--sky-blue-300: #95E9F4;
--sky-blue-400: #5DDDEE;
--sky-blue-500: #2FD4E9;
--sky-blue-600: #15B6CB;
--sky-blue-700: #1191A2;
--sky-blue-800: #0C6773;
--sky-blue-900: #08424A;
--sky-blue-950: #05292E;
}