Sky Blue
#74CFD8
CyanColor Codes
All color formats for development
HEX
#74CFD8RGB
rgb(116, 207, 216)HSL
hsl(185, 56%, 65%)OKLCH
oklch(0.801 0.088 203.9)CMYK
cmyk(46%, 4%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AC7D0
2#40BEC9
3#33AAB5
4#2C929B
5#247A81
6#1D6167
7#16494E
8#0F3134
9#07181A
Tints
Lighter variations
1#82D4DC
2#90D9E0
3#9EDEE4
4#ABE2E7
5#B9E7EB
6#C7ECEF
7#D5F1F3
8#E3F5F7
9#F1FAFB
Tones
Muted variations
1#79CBD3
2#7EC7CE
3#83C3C9
4#88BFC4
5#8DBBBF
6#92B6BA
7#97B2B5
8#9CAEB0
9#A1AAAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F5 #E3F5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBED #CBEDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E0 #A4E0E5 | BordersInactive statesPlaceholder text |
| 400 | 74CF #74CFD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CC2 #4CC2CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 31A5 #31A5AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2783 #27838B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C5E #1C5E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123C #123C40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B25 #0B2528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E3F5F7;
--sky-blue-200: #CBEDF0;
--sky-blue-300: #A4E0E5;
--sky-blue-400: #74CFD8;
--sky-blue-500: #4CC2CD;
--sky-blue-600: #31A5AF;
--sky-blue-700: #27838B;
--sky-blue-800: #1C5E63;
--sky-blue-900: #123C40;
--sky-blue-950: #0B2528;
}