Sky Blue
#74D8CE
CyanColor Codes
All color formats for development
HEX
#74D8CERGB
rgb(116, 216, 206)HSL
hsl(174, 56%, 65%)OKLCH
oklch(0.819 0.096 187.1)CMYK
cmyk(46%, 0%, 5%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD0C5
2#40C9BB
3#33B5A8
4#2C9B90
5#248178
6#1D6760
7#164E48
8#0F3430
9#071A18
Tints
Lighter variations
1#82DCD3
2#90E0D8
3#9EE4DD
4#ABE7E1
5#B9EBE6
6#C7EFEB
7#D5F3F0
8#E3F7F5
9#F1FBFA
Tones
Muted variations
1#79D3CA
2#7ECEC6
3#83C9C2
4#88C4BE
5#8DBFBA
6#92BAB6
7#97B5B2
8#9CB0AE
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 #CBF0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5DF | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8CE | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AFA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C635C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2825 | 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: #CBF0ED;
--sky-blue-300: #A4E5DF;
--sky-blue-400: #74D8CE;
--sky-blue-500: #4CCDC0;
--sky-blue-600: #31AFA2;
--sky-blue-700: #278B81;
--sky-blue-800: #1C635C;
--sky-blue-900: #12403B;
--sky-blue-950: #0B2825;
}