Sky Blue
#74D8D6
CyanColor Codes
All color formats for development
HEX
#74D8D6RGB
rgb(116, 216, 214)HSL
hsl(179, 56%, 65%)OKLCH
oklch(0.821 0.094 193.8)CMYK
cmyk(46%, 0%, 1%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD0CE
2#40C9C7
3#33B5B3
4#2C9B99
5#248180
6#1D6766
7#164E4D
8#0F3433
9#071A1A
Tints
Lighter variations
1#82DCDA
2#90E0DE
3#9EE4E2
4#ABE7E6
5#B9EBEB
6#C7EFEF
7#D5F3F3
8#E3F7F7
9#F1FBFB
Tones
Muted variations
1#79D3D1
2#7ECECC
3#83C9C8
4#88C4C3
5#8DBFBE
6#92BAB9
7#97B5B4
8#9CB0AF
9#A1ABAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5E4 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AFAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403F | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2827 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFB;
--sky-blue-100: #E3F7F7;
--sky-blue-200: #CBF0F0;
--sky-blue-300: #A4E5E4;
--sky-blue-400: #74D8D6;
--sky-blue-500: #4CCDCA;
--sky-blue-600: #31AFAD;
--sky-blue-700: #278B8A;
--sky-blue-800: #1C6362;
--sky-blue-900: #12403F;
--sky-blue-950: #0B2827;
}