Sky Blue
#74CCD8
CyanColor Codes
All color formats for development
HEX
#74CCD8RGB
rgb(116, 204, 216)HSL
hsl(187, 56%, 65%)OKLCH
oklch(0.794 0.086 206.9)CMYK
cmyk(46%, 6%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AC3D0
2#40B9C9
3#33A6B5
4#2C8E9B
5#247681
6#1D5F67
7#16474E
8#0F2F34
9#07181A
Tints
Lighter variations
1#82D1DC
2#90D6E0
3#9EDBE4
4#ABE0E7
5#B9E6EB
6#C7EBEF
7#D5F0F3
8#E3F5F7
9#F1FAFB
Tones
Muted variations
1#79C8D3
2#7EC4CE
3#83C1C9
4#88BDC4
5#8DB9BF
6#92B5BA
7#97B1B5
8#9CADB0
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 | CBEC #CBECF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DE #A4DEE5 | BordersInactive statesPlaceholder text |
| 400 | 74CC #74CCD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CBE #4CBECD | Primary brand colorCTAsActive elementsLinks |
| 600 | 31A0 #31A0AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2780 #27808B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C5B #1C5B63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123A #123A40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B24 #0B2428 | 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: #CBECF0;
--sky-blue-300: #A4DEE5;
--sky-blue-400: #74CCD8;
--sky-blue-500: #4CBECD;
--sky-blue-600: #31A0AF;
--sky-blue-700: #27808B;
--sky-blue-800: #1C5B63;
--sky-blue-900: #123A40;
--sky-blue-950: #0B2428;
}