Sky Blue
#74D8CF
CyanColor Codes
All color formats for development
HEX
#74D8CFRGB
rgb(116, 216, 207)HSL
hsl(175, 56%, 65%)OKLCH
oklch(0.819 0.095 187.9)CMYK
cmyk(46%, 0%, 4%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD0C7
2#40C9BE
3#33B5AA
4#2C9B92
5#24817A
6#1D6761
7#164E49
8#0F3431
9#071A18
Tints
Lighter variations
1#82DCD4
2#90E0D9
3#9EE4DE
4#ABE7E2
5#B9EBE7
6#C7EFEC
7#D5F3F1
8#E3F7F5
9#F1FBFA
Tones
Muted variations
1#79D3CB
2#7ECEC7
3#83C9C3
4#88C4BF
5#8DBFBB
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 #A4E5E0 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8CF | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDC2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AFA5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C635E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403C | 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: #A4E5E0;
--sky-blue-400: #74D8CF;
--sky-blue-500: #4CCDC2;
--sky-blue-600: #31AFA5;
--sky-blue-700: #278B83;
--sky-blue-800: #1C635E;
--sky-blue-900: #12403C;
--sky-blue-950: #0B2825;
}