Sky Blue
#49D0C2
CyanColor Codes
All color formats for development
HEX
#49D0C2RGB
rgb(73, 208, 194)HSL
hsl(174, 59%, 55%)OKLCH
oklch(0.781 0.117 185.3)CMYK
cmyk(65%, 0%, 7%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34C9BA
2#2EB2A5
3#289C91
4#23867C
5#1D6F67
6#175953
7#11433E
8#0C2D29
9#061615
Tints
Lighter variations
1#5BD5C8
2#6DD9CF
3#7FDED5
4#92E3DB
5#A4E7E1
6#B6ECE7
7#C8F1ED
8#DBF6F3
9#EDFAF9
Tones
Muted variations
1#4FC9BD
2#56C2B8
3#5DBCB2
4#64B5AD
5#6AAEA7
6#71A7A2
7#78A19C
8#7F9A97
9#859392
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7E0 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAD0 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB2A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A655E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11413C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2926 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFB;
--sky-blue-100: #E3F8F6;
--sky-blue-200: #CAF1ED;
--sky-blue-300: #A2E7E0;
--sky-blue-400: #71DAD0;
--sky-blue-500: #49D0C2;
--sky-blue-600: #2EB2A5;
--sky-blue-700: #258E83;
--sky-blue-800: #1A655E;
--sky-blue-900: #11413C;
--sky-blue-950: #0A2926;
}