Sky Blue
#74D8D1
CyanColor Codes
All color formats for development
HEX
#74D8D1RGB
rgb(116, 216, 209)HSL
hsl(176, 56%, 65%)OKLCH
oklch(0.82 0.095 189.5)CMYK
cmyk(46%, 0%, 3%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD0C9
2#40C9C0
3#33B5AC
4#2C9B94
5#24817B
6#1D6762
7#164E4A
8#0F3431
9#071A19
Tints
Lighter variations
1#82DCD6
2#90E0DA
3#9EE4DF
4#ABE7E3
5#B9EBE8
6#C7EFED
7#D5F3F1
8#E3F7F6
9#F1FBFA
Tones
Muted variations
1#79D3CD
2#7ECEC8
3#83C9C4
4#88C4C0
5#8DBFBB
6#92BAB7
7#97B5B3
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 #E3F7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5E1 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8D1 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AFA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C635F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403D | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2826 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFB;
--sky-blue-100: #E3F7F6;
--sky-blue-200: #CBF0EE;
--sky-blue-300: #A4E5E1;
--sky-blue-400: #74D8D1;
--sky-blue-500: #4CCDC4;
--sky-blue-600: #31AFA7;
--sky-blue-700: #278B85;
--sky-blue-800: #1C635F;
--sky-blue-900: #12403D;
--sky-blue-950: #0B2826;
}