Sky Blue
#5CE3F0
CyanColor Codes
All color formats for development
HEX
#5CE3F0RGB
rgb(92, 227, 240)HSL
hsl(185, 83%, 65%)OKLCH
oklch(0.847 0.117 204.1)CMYK
cmyk(62%, 5%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3DDEED
2#1FD9EA
3#14C4D4
4#11A8B6
5#0E8C98
6#0B7079
7#08545B
8#06383D
9#031C1E
Tints
Lighter variations
1#6CE6F1
2#7CE9F3
3#8DECF4
4#9DEEF6
5#ADF1F7
6#BEF4F9
7#CEF7FA
8#DEF9FC
9#EFFCFD
Tones
Muted variations
1#63DDE8
2#6AD7E1
3#72D1DA
4#79CBD2
5#81C5CB
6#88BEC3
7#90B8BC
8#97B2B5
9#9EACAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF9 #DEF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F5 #C2F5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94ED #94EDF5 | BordersInactive statesPlaceholder text |
| 400 | 5CE3 #5CE3F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DDC #2DDCEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13BE #13BECD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F97 #0F97A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6C #0B6C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0745 #07454B | Primary textHigh emphasis contentDark headings |
| 950 | 042B #042B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFE;
--sky-blue-100: #DEF9FC;
--sky-blue-200: #C2F5F9;
--sky-blue-300: #94EDF5;
--sky-blue-400: #5CE3F0;
--sky-blue-500: #2DDCEB;
--sky-blue-600: #13BECD;
--sky-blue-700: #0F97A3;
--sky-blue-800: #0B6C75;
--sky-blue-900: #07454B;
--sky-blue-950: #042B2F;
}