Sky Blue
#5ECEED
CyanColor Codes
All color formats for development
HEX
#5ECEEDRGB
rgb(94, 206, 237)HSL
hsl(193, 80%, 65%)OKLCH
oklch(0.798 0.11 218.8)CMYK
cmyk(60%, 13%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41C5EA
2#23BCE7
3#17A9D1
4#1491B3
5#117895
6#0D6077
7#0A485A
8#07303C
9#03181E
Tints
Lighter variations
1#6ED3EF
2#7ED8F1
3#8FDDF3
4#9FE2F4
5#AFE7F6
6#BFEBF8
7#CFF0FA
8#DFF5FB
9#EFFAFD
Tones
Muted variations
1#65CAE6
2#6DC6DF
3#74C2D8
4#7BBED1
5#82BAC9
6#89B6C2
7#90B2BB
8#97AEB4
9#9FAAAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF5 #DFF5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3ED #C3EDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DF #95DFF3 | BordersInactive statesPlaceholder text |
| 400 | 5ECE #5ECEED | Disabled statesSecondary iconsMuted text |
| 500 | 30C0 #30C0E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16A3 #16A3CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1282 #1282A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D5D #0D5D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083B #083B49 | Primary textHigh emphasis contentDark headings |
| 950 | 0525 #05252E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFD;
--sky-blue-100: #DFF5FB;
--sky-blue-200: #C3EDF8;
--sky-blue-300: #95DFF3;
--sky-blue-400: #5ECEED;
--sky-blue-500: #30C0E8;
--sky-blue-600: #16A3CA;
--sky-blue-700: #1282A1;
--sky-blue-800: #0D5D73;
--sky-blue-900: #083B49;
--sky-blue-950: #05252E;
}