Sky Blue
#5ED3ED
CyanColor Codes
All color formats for development
HEX
#5ED3EDRGB
rgb(94, 211, 237)HSL
hsl(191, 80%, 65%)OKLCH
oklch(0.81 0.111 214.7)CMYK
cmyk(60%, 11%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41CBEA
2#23C3E7
3#17AFD1
4#1496B3
5#117D95
6#0D6477
7#0A4B5A
8#07323C
9#03191E
Tints
Lighter variations
1#6ED7EF
2#7EDCF1
3#8FE0F3
4#9FE5F4
5#AFE9F6
6#BFEDF8
7#CFF2FA
8#DFF6FB
9#EFFBFD
Tones
Muted variations
1#65CEE6
2#6DCADF
3#74C5D8
4#7BC1D1
5#82BCC9
6#89B8C2
7#90B3BB
8#97AFB4
9#9FAAAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF6 #DFF6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EF #C3EFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E2 #95E2F3 | BordersInactive statesPlaceholder text |
| 400 | 5ED3 #5ED3ED | Disabled statesSecondary iconsMuted text |
| 500 | 30C6 #30C6E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16A9 #16A9CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1286 #1286A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D60 #0D6073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083D #083D49 | Primary textHigh emphasis contentDark headings |
| 950 | 0526 #05262E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFD;
--sky-blue-100: #DFF6FB;
--sky-blue-200: #C3EFF8;
--sky-blue-300: #95E2F3;
--sky-blue-400: #5ED3ED;
--sky-blue-500: #30C6E8;
--sky-blue-600: #16A9CA;
--sky-blue-700: #1286A1;
--sky-blue-800: #0D6073;
--sky-blue-900: #083D49;
--sky-blue-950: #05262E;
}