Sky Blue
#5DDBEF
CyanColor Codes
All color formats for development
HEX
#5DDBEFRGB
rgb(93, 219, 239)HSL
hsl(188, 82%, 65%)OKLCH
oklch(0.829 0.114 209.5)CMYK
cmyk(61%, 8%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3ED5EC
2#20CEE9
3#15BAD3
4#129FB5
5#0F8597
6#0C6A79
7#09505A
8#06353C
9#031B1E
Tints
Lighter variations
1#6DDFF1
2#7DE3F2
3#8DE6F4
4#9EEAF5
5#AEEDF7
6#BEF1F9
7#CEF4FA
8#DFF8FC
9#EFFBFD
Tones
Muted variations
1#64D6E8
2#6BD1E0
3#73CBD9
4#7AC6D2
5#81C1CA
6#88BBC3
7#90B6BC
8#97B0B4
9#9EABAD
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 | 94E8 #94E8F4 | BordersInactive statesPlaceholder text |
| 400 | 5DDB #5DDBEF | Disabled statesSecondary iconsMuted text |
| 500 | 2ED1 #2ED1EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14B4 #14B4CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 108F #108FA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B66 #0B6674 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0741 #07414A | 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: #94E8F4;
--sky-blue-400: #5DDBEF;
--sky-blue-500: #2ED1EA;
--sky-blue-600: #14B4CC;
--sky-blue-700: #108FA2;
--sky-blue-800: #0B6674;
--sky-blue-900: #07414A;
--sky-blue-950: #05292E;
}