Sky Blue
#5EE1ED
CyanColor Codes
All color formats for development
HEX
#5EE1EDRGB
rgb(94, 225, 237)HSL
hsl(185, 80%, 65%)OKLCH
oklch(0.842 0.115 203.6)CMYK
cmyk(60%, 5%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41DCEA
2#23D6E7
3#17C1D1
4#14A6B3
5#118A95
6#0D6F77
7#0A535A
8#07373C
9#031C1E
Tints
Lighter variations
1#6EE4EF
2#7EE7F1
3#8FEAF3
4#9FEDF4
5#AFF0F6
6#BFF3F8
7#CFF6FA
8#DFF9FB
9#EFFCFD
Tones
Muted variations
1#65DBE6
2#6DD5DF
3#74CFD8
4#7BC9D1
5#82C4C9
6#89BEC2
7#90B8BB
8#97B2B4
9#9FACAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F4 #C3F4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EB #95EBF3 | BordersInactive statesPlaceholder text |
| 400 | 5EE1 #5EE1ED | Disabled statesSecondary iconsMuted text |
| 500 | 30D9 #30D9E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16BB #16BBCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1295 #1295A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6A #0D6A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0844 #084449 | 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: #F1FCFD;
--sky-blue-100: #DFF9FB;
--sky-blue-200: #C3F4F8;
--sky-blue-300: #95EBF3;
--sky-blue-400: #5EE1ED;
--sky-blue-500: #30D9E8;
--sky-blue-600: #16BBCA;
--sky-blue-700: #1295A1;
--sky-blue-800: #0D6A73;
--sky-blue-900: #084449;
--sky-blue-950: #052A2E;
}