Sky Blue
#74D8CC
CyanColor Codes
All color formats for development
HEX
#74D8CCRGB
rgb(116, 216, 204)HSL
hsl(173, 56%, 65%)OKLCH
oklch(0.818 0.096 185.4)CMYK
cmyk(46%, 0%, 6%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD0C3
2#40C9B9
3#33B5A6
4#2C9B8E
5#248176
6#1D675F
7#164E47
8#0F342F
9#071A18
Tints
Lighter variations
1#82DCD1
2#90E0D6
3#9EE4DB
4#ABE7E0
5#B9EBE6
6#C7EFEB
7#D5F3F0
8#E3F7F5
9#F1FBFA
Tones
Muted variations
1#79D3C8
2#7ECEC4
3#83C9C1
4#88C4BD
5#8DBFB9
6#92BAB5
7#97B5B1
8#9CB0AD
9#A1ABAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5DE | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8CC | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AFA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C635B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403A | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFB;
--sky-blue-100: #E3F7F5;
--sky-blue-200: #CBF0EC;
--sky-blue-300: #A4E5DE;
--sky-blue-400: #74D8CC;
--sky-blue-500: #4CCDBE;
--sky-blue-600: #31AFA0;
--sky-blue-700: #278B80;
--sky-blue-800: #1C635B;
--sky-blue-900: #12403A;
--sky-blue-950: #0B2824;
}