Sky Blue
#5DDBEE
CyanColor Codes
All color formats for development
HEX
#5DDBEERGB
rgb(93, 219, 238)HSL
hsl(188, 81%, 65%)OKLCH
oklch(0.828 0.113 208.8)CMYK
cmyk(61%, 8%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FD4EB
2#21CDE8
3#16B9D2
4#139FB4
5#108496
6#0D6A78
7#094F5A
8#06353C
9#031A1E
Tints
Lighter variations
1#6EDEF0
2#7EE2F1
3#8EE6F3
4#9EE9F5
5#AEEDF7
6#BEF1F8
7#CFF4FA
8#DFF8FC
9#EFFBFD
Tones
Muted variations
1#65D5E7
2#6CD0E0
3#73CBD8
4#7AC6D1
5#82C0CA
6#89BBC3
7#90B6BB
8#97B0B4
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 | 95E7 #95E7F4 | BordersInactive statesPlaceholder text |
| 400 | 5DDB #5DDBEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FD0 #2FD0E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15B3 #15B3CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 118E #118EA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C66 #0C6673 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0841 #08414A | 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: #95E7F4;
--sky-blue-400: #5DDBEE;
--sky-blue-500: #2FD0E9;
--sky-blue-600: #15B3CB;
--sky-blue-700: #118EA2;
--sky-blue-800: #0C6673;
--sky-blue-900: #08414A;
--sky-blue-950: #05292E;
}