Sky Blue
#5EDCED
CyanColor Codes
All color formats for development
HEX
#5EDCEDRGB
rgb(94, 220, 237)HSL
hsl(187, 80%, 65%)OKLCH
oklch(0.83 0.113 207.4)CMYK
cmyk(60%, 7%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41D6EA
2#23D0E7
3#17BBD1
4#14A0B3
5#118695
6#0D6B77
7#0A505A
8#07353C
9#031B1E
Tints
Lighter variations
1#6EE0EF
2#7EE3F1
3#8FE7F3
4#9FEAF4
5#AFEEF6
6#BFF1F8
7#CFF5FA
8#DFF8FB
9#EFFCFD
Tones
Muted variations
1#65D7E6
2#6DD2DF
3#74CCD8
4#7BC7D1
5#82C1C9
6#89BCC2
7#90B6BB
8#97B1B4
9#9FABAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F2 #C3F2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E8 #95E8F3 | BordersInactive statesPlaceholder text |
| 400 | 5EDC #5EDCED | Disabled statesSecondary iconsMuted text |
| 500 | 30D3 #30D3E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16B5 #16B5CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1290 #1290A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D67 #0D6773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0842 #084249 | 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: #F1FCFD;
--sky-blue-100: #DFF8FB;
--sky-blue-200: #C3F2F8;
--sky-blue-300: #95E8F3;
--sky-blue-400: #5EDCED;
--sky-blue-500: #30D3E8;
--sky-blue-600: #16B5CA;
--sky-blue-700: #1290A1;
--sky-blue-800: #0D6773;
--sky-blue-900: #084249;
--sky-blue-950: #05292E;
}