Sky Blue
#74CAD8
CyanColor Codes
All color formats for development
HEX
#74CAD8RGB
rgb(116, 202, 216)HSL
hsl(188, 56%, 65%)OKLCH
oklch(0.79 0.085 209)CMYK
cmyk(46%, 6%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AC1D0
2#40B7C9
3#33A4B5
4#2C8C9B
5#247581
6#1D5E67
7#16464E
8#0F2F34
9#07171A
Tints
Lighter variations
1#82D0DC
2#90D5E0
3#9EDAE4
4#ABDFE7
5#B9E5EB
6#C7EAEF
7#D5EFF3
8#E3F4F7
9#F1FAFB
Tones
Muted variations
1#79C7D3
2#7EC3CE
3#83BFC9
4#88BCC4
5#8DB8BF
6#92B4BA
7#97B1B5
8#9CADB0
9#A1A9AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F4 #E3F4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEB #CBEBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DC #A4DCE5 | BordersInactive statesPlaceholder text |
| 400 | 74CA #74CAD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CBB #4CBBCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 319E #319EAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 277E #277E8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C5A #1C5A63 | 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: #F3FAFC;
--sky-blue-100: #E3F4F7;
--sky-blue-200: #CBEBF0;
--sky-blue-300: #A4DCE5;
--sky-blue-400: #74CAD8;
--sky-blue-500: #4CBBCD;
--sky-blue-600: #319EAF;
--sky-blue-700: #277E8B;
--sky-blue-800: #1C5A63;
--sky-blue-900: #123A40;
--sky-blue-950: #0B2428;
}