Sky Blue
#49C2D0
CyanColor Codes
All color formats for development
HEX
#49C2D0RGB
rgb(73, 194, 208)HSL
hsl(186, 59%, 55%)OKLCH
oklch(0.753 0.107 206)CMYK
cmyk(65%, 7%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34BAC9
2#2EA5B2
3#28919C
4#237C86
5#1D676F
6#175359
7#113E43
8#0C292D
9#061516
Tints
Lighter variations
1#5BC8D5
2#6DCFD9
3#7FD5DE
4#92DBE3
5#A4E1E7
6#B6E7EC
7#C8EDF1
8#DBF3F6
9#EDF9FA
Tones
Muted variations
1#4FBDC9
2#56B8C2
3#5DB2BC
4#64ADB5
5#6AA7AE
6#71A2A7
7#789CA1
8#7F979A
9#859293
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F6 #E3F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAED #CAEDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E0 #A2E0E7 | BordersInactive statesPlaceholder text |
| 400 | 71D0 #71D0DA | Disabled statesSecondary iconsMuted text |
| 500 | 49C2 #49C2D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EA5 #2EA5B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2583 #25838E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5E #1A5E65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113C #113C41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A26 #0A2629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E3F6F8;
--sky-blue-200: #CAEDF1;
--sky-blue-300: #A2E0E7;
--sky-blue-400: #71D0DA;
--sky-blue-500: #49C2D0;
--sky-blue-600: #2EA5B2;
--sky-blue-700: #25838E;
--sky-blue-800: #1A5E65;
--sky-blue-900: #113C41;
--sky-blue-950: #0A2629;
}