Sky Blue
#47D1D1
CyanColor Codes
All color formats for development
HEX
#47D1D1RGB
rgb(71, 209, 209)HSL
hsl(180, 60%, 55%)OKLCH
oklch(0.788 0.116 195.1)CMYK
cmyk(66%, 0%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32CACA
2#2DB4B4
3#279D9D
4#228787
5#1C7070
6#165A5A
7#114343
8#0B2D2D
9#061616
Tints
Lighter variations
1#5AD6D6
2#6CDADA
3#7EDFDF
4#91E3E3
5#A3E8E8
6#B6EDED
7#C8F1F1
8#DAF6F6
9#EDFAFA
Tones
Muted variations
1#4ECACA
2#55C3C3
3#5CBCBC
4#63B6B6
5#6AAFAF
6#71A8A8
7#78A1A1
8#7E9A9A
9#859393
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E8 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBDB | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB4B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6666 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104141 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2929 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFC;
--sky-blue-100: #E2F8F8;
--sky-blue-200: #CAF2F2;
--sky-blue-300: #A1E8E8;
--sky-blue-400: #70DBDB;
--sky-blue-500: #47D1D1;
--sky-blue-600: #2DB4B4;
--sky-blue-700: #248F8F;
--sky-blue-800: #1A6666;
--sky-blue-900: #104141;
--sky-blue-950: #0A2929;
}