Sky Blue
#93E5F6
CyanColor Codes
All color formats for development
HEX
#93E5F6RGB
rgb(147, 229, 246)HSL
hsl(190, 85%, 77%)OKLCH
oklch(0.875 0.083 212.2)CMYK
cmyk(40%, 7%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EDDF3
2#4AD5F0
3#26CCED
4#12B9DA
5#0F9AB6
6#0C7B91
7#095C6D
8#063E49
9#031F24
Tints
Lighter variations
1#9DE8F7
2#A8EBF8
3#B3EDF9
4#BEF0FA
5#C9F2FB
6#D4F5FB
7#DEF7FC
8#E9FAFD
9#F4FCFE
Tones
Muted variations
1#97E2F1
2#9CDFEC
3#A1DCE7
4#A6D8E2
5#ABD5DD
6#B0D2D8
7#B5CED3
8#BACBCE
9#BFC8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF7 #DEF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F1 #C2F1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92E6 #92E6F6 | BordersInactive statesPlaceholder text |
| 400 | 5AD8 #5AD8F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BCD #2BCDEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11B0 #11B0D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D8C #0D8CA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A64 #0A6476 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0640 #06404B | Primary textHigh emphasis contentDark headings |
| 950 | 0428 #04282F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFE;
--sky-blue-100: #DEF7FC;
--sky-blue-200: #C2F1FA;
--sky-blue-300: #92E6F6;
--sky-blue-400: #5AD8F2;
--sky-blue-500: #2BCDEE;
--sky-blue-600: #11B0D0;
--sky-blue-700: #0D8CA5;
--sky-blue-800: #0A6476;
--sky-blue-900: #06404B;
--sky-blue-950: #04282F;
}