Sky Blue
#74D6D8
CyanColor Codes
All color formats for development
HEX
#74D6D8RGB
rgb(116, 214, 216)HSL
hsl(181, 56%, 65%)OKLCH
oklch(0.817 0.093 197.2)CMYK
cmyk(46%, 1%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5ACED0
2#40C7C9
3#33B3B5
4#2C999B
5#248081
6#1D6667
7#164D4E
8#0F3334
9#071A1A
Tints
Lighter variations
1#82DADC
2#90DEE0
3#9EE2E4
4#ABE6E7
5#B9EBEB
6#C7EFEF
7#D5F3F3
8#E3F7F7
9#F1FBFB
Tones
Muted variations
1#79D1D3
2#7ECCCE
3#83C8C9
4#88C3C4
5#8DBEBF
6#92B9BA
7#97B4B5
8#9CAFB0
9#A1ABAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E4 #A4E4E5 | BordersInactive statesPlaceholder text |
| 400 | 74D6 #74D6D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCA #4CCACD | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AD #31ADAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278A #278A8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C62 #1C6263 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B27 #0B2728 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E3F7F7;
--sky-blue-200: #CBF0F0;
--sky-blue-300: #A4E4E5;
--sky-blue-400: #74D6D8;
--sky-blue-500: #4CCACD;
--sky-blue-600: #31ADAF;
--sky-blue-700: #278A8B;
--sky-blue-800: #1C6263;
--sky-blue-900: #123F40;
--sky-blue-950: #0B2728;
}