Sky Blue
#74CED8
CyanColor Codes
All color formats for development
HEX
#74CED8RGB
rgb(116, 206, 216)HSL
hsl(186, 56%, 65%)OKLCH
oklch(0.799 0.087 204.9)CMYK
cmyk(46%, 5%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AC5D0
2#40BBC9
3#33A8B5
4#2C909B
5#247881
6#1D6067
7#16484E
8#0F3034
9#07181A
Tints
Lighter variations
1#82D3DC
2#90D8E0
3#9EDDE4
4#ABE1E7
5#B9E6EB
6#C7EBEF
7#D5F0F3
8#E3F5F7
9#F1FAFB
Tones
Muted variations
1#79CAD3
2#7EC6CE
3#83C2C9
4#88BEC4
5#8DBABF
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 | A4DF #A4DFE5 | BordersInactive statesPlaceholder text |
| 400 | 74CE #74CED8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CC0 #4CC0CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 31A2 #31A2AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2781 #27818B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C5C #1C5C63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123B #123B40 | 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: #A4DFE5;
--sky-blue-400: #74CED8;
--sky-blue-500: #4CC0CD;
--sky-blue-600: #31A2AF;
--sky-blue-700: #27818B;
--sky-blue-800: #1C5C63;
--sky-blue-900: #123B40;
--sky-blue-950: #0B2528;
}