Sky Blue
#47D1C3
CyanColor Codes
All color formats for development
HEX
#47D1C3RGB
rgb(71, 209, 195)HSL
hsl(174, 60%, 55%)OKLCH
oklch(0.784 0.119 185.4)CMYK
cmyk(66%, 0%, 7%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32CABB
2#2DB4A6
3#279D91
4#22877D
5#1C7068
6#165A53
7#11433E
8#0B2D2A
9#061615
Tints
Lighter variations
1#5AD6C9
2#6CDACF
3#7EDFD5
4#91E3DB
5#A3E8E1
6#B6EDE7
7#C8F1ED
8#DAF6F3
9#EDFAF9
Tones
Muted variations
1#4ECABE
2#55C3B8
3#5CBCB3
4#63B6AD
5#6AAFA8
6#71A8A2
7#78A19D
8#7E9A97
9#859392
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E1 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBD1 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB4A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A665E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10413C | 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: #E2F8F6;
--sky-blue-200: #CAF2EE;
--sky-blue-300: #A1E8E1;
--sky-blue-400: #70DBD1;
--sky-blue-500: #47D1C3;
--sky-blue-600: #2DB4A6;
--sky-blue-700: #248F84;
--sky-blue-800: #1A665E;
--sky-blue-900: #10413C;
--sky-blue-950: #0A2926;
}