Sky Blue
#5DDEEF
CyanColor Codes
All color formats for development
HEX
#5DDEEFRGB
rgb(93, 222, 239)HSL
hsl(187, 82%, 65%)OKLCH
oklch(0.835 0.115 207.2)CMYK
cmyk(61%, 7%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3ED8EC
2#20D2E9
3#15BDD3
4#12A2B5
5#0F8797
6#0C6C79
7#09515A
8#06363C
9#031B1E
Tints
Lighter variations
1#6DE1F1
2#7DE4F2
3#8DE8F4
4#9EEBF5
5#AEEEF7
6#BEF2F9
7#CEF5FA
8#DFF8FC
9#EFFCFD
Tones
Muted variations
1#64D8E8
2#6BD3E0
3#73CDD9
4#7AC7D2
5#81C2CA
6#88BCC3
7#90B7BC
8#97B1B4
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 | C3F3 #C3F3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E9 #94E9F4 | BordersInactive statesPlaceholder text |
| 400 | 5DDE #5DDEEF | Disabled statesSecondary iconsMuted text |
| 500 | 2ED4 #2ED4EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14B7 #14B7CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1091 #1091A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B68 #0B6874 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0742 #07424A | Primary textHigh emphasis contentDark headings |
| 950 | 052A #052A2E | 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: #C3F3F9;
--sky-blue-300: #94E9F4;
--sky-blue-400: #5DDEEF;
--sky-blue-500: #2ED4EA;
--sky-blue-600: #14B7CC;
--sky-blue-700: #1091A2;
--sky-blue-800: #0B6874;
--sky-blue-900: #07424A;
--sky-blue-950: #052A2E;
}