Sky Blue
#74D8BD
GreenColor Codes
All color formats for development
HEX
#74D8BDRGB
rgb(116, 216, 189)HSL
hsl(164, 56%, 65%)OKLCH
oklch(0.814 0.103 174)CMYK
cmyk(46%, 0%, 12%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD0B1
2#40C9A5
3#33B592
4#2C9B7D
5#248169
6#1D6754
7#164E3F
8#0F342A
9#071A15
Tints
Lighter variations
1#82DCC4
2#90E0CA
3#9EE4D1
4#ABE7D7
5#B9EBDE
6#C7EFE5
7#D5F3EB
8#E3F7F2
9#F1FBF8
Tones
Muted variations
1#79D3BB
2#7ECEB8
3#83C9B6
4#88C4B4
5#8DBFB1
6#92BAAF
7#97B5AD
8#9CB0AA
9#A1ABA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5D4 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8BD | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6350 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124033 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2820 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCF9;
--sky-blue-100: #E3F7F2;
--sky-blue-200: #CBF0E7;
--sky-blue-300: #A4E5D4;
--sky-blue-400: #74D8BD;
--sky-blue-500: #4CCDAA;
--sky-blue-600: #31AF8E;
--sky-blue-700: #278B71;
--sky-blue-800: #1C6350;
--sky-blue-900: #124033;
--sky-blue-950: #0B2820;
}