Sky Blue
#74D8D8
CyanColor Codes
All color formats for development
HEX
#74D8D8RGB
rgb(116, 216, 216)HSL
hsl(180, 56%, 65%)OKLCH
oklch(0.822 0.094 195.5)CMYK
cmyk(46%, 0%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD0D0
2#40C9C9
3#33B5B5
4#2C9B9B
5#248181
6#1D6767
7#164E4E
8#0F3434
9#071A1A
Tints
Lighter variations
1#82DCDC
2#90E0E0
3#9EE4E4
4#ABE7E7
5#B9EBEB
6#C7EFEF
7#D5F3F3
8#E3F7F7
9#F1FBFB
Tones
Muted variations
1#79D3D3
2#7ECECE
3#83C9C9
4#88C4C4
5#8DBFBF
6#92BABA
7#97B5B5
8#9CB0B0
9#A1ABAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5E5 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AFAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2828 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFC;
--sky-blue-100: #E3F7F7;
--sky-blue-200: #CBF0F0;
--sky-blue-300: #A4E5E5;
--sky-blue-400: #74D8D8;
--sky-blue-500: #4CCDCD;
--sky-blue-600: #31AFAF;
--sky-blue-700: #278B8B;
--sky-blue-800: #1C6363;
--sky-blue-900: #124040;
--sky-blue-950: #0B2828;
}