Sky Blue
#74D3D8
CyanColor Codes
All color formats for development
HEX
#74D3D8RGB
rgb(116, 211, 216)HSL
hsl(183, 56%, 65%)OKLCH
oklch(0.81 0.09 200)CMYK
cmyk(46%, 2%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5ACBD0
2#40C2C9
3#33AFB5
4#2C969B
5#247D81
6#1D6467
7#164B4E
8#0F3234
9#07191A
Tints
Lighter variations
1#82D7DC
2#90DCE0
3#9EE0E4
4#ABE4E7
5#B9E9EB
6#C7EDEF
7#D5F2F3
8#E3F6F7
9#F1FBFB
Tones
Muted variations
1#79CED3
2#7ECACE
3#83C5C9
4#88C1C4
5#8DBCBF
6#92B8BA
7#97B3B5
8#9CAFB0
9#A1AAAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F6 #E3F6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEF #CBEFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E2 #A4E2E5 | BordersInactive statesPlaceholder text |
| 400 | 74D3 #74D3D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CC6 #4CC6CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 31A9 #31A9AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2786 #27868B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C60 #1C6063 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123D #123D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B26 #0B2628 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E3F6F7;
--sky-blue-200: #CBEFF0;
--sky-blue-300: #A4E2E5;
--sky-blue-400: #74D3D8;
--sky-blue-500: #4CC6CD;
--sky-blue-600: #31A9AF;
--sky-blue-700: #27868B;
--sky-blue-800: #1C6063;
--sky-blue-900: #123D40;
--sky-blue-950: #0B2628;
}