Sky Blue
#5EDFED
CyanColor Codes
All color formats for development
HEX
#5EDFEDRGB
rgb(94, 223, 237)HSL
hsl(186, 80%, 65%)OKLCH
oklch(0.837 0.114 205.1)CMYK
cmyk(60%, 6%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#41D9EA
2#23D3E7
3#17BED1
4#14A3B3
5#118895
6#0D6D77
7#0A525A
8#07363C
9#031B1E
Tints
Lighter variations
1#6EE2EF
2#7EE5F1
3#8FE9F3
4#9FECF4
5#AFEFF6
6#BFF2F8
7#CFF5FA
8#DFF9FB
9#EFFCFD
Tones
Muted variations
1#65D9E6
2#6DD3DF
3#74CED8
4#7BC8D1
5#82C2C9
6#89BDC2
7#90B7BB
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 | DFF9 #DFF9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F3 #C3F3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EA #95EAF3 | BordersInactive statesPlaceholder text |
| 400 | 5EDF #5EDFED | Disabled statesSecondary iconsMuted text |
| 500 | 30D6 #30D6E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16B8 #16B8CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1292 #1292A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D69 #0D6973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0843 #084349 | 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: #C3F3F8;
--sky-blue-300: #95EAF3;
--sky-blue-400: #5EDFED;
--sky-blue-500: #30D6E8;
--sky-blue-600: #16B8CA;
--sky-blue-700: #1292A1;
--sky-blue-800: #0D6973;
--sky-blue-900: #084349;
--sky-blue-950: #052A2E;
}