Sky Blue
#74D8D3
CyanColor Codes
All color formats for development
HEX
#74D8D3RGB
rgb(116, 216, 211)HSL
hsl(177, 56%, 65%)OKLCH
oklch(0.82 0.095 191.2)CMYK
cmyk(46%, 0%, 2%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD0CB
2#40C9C2
3#33B5AF
4#2C9B96
5#24817D
6#1D6764
7#164E4B
8#0F3432
9#071A19
Tints
Lighter variations
1#82DCD7
2#90E0DC
3#9EE4E0
4#ABE7E4
5#B9EBE9
6#C7EFED
7#D5F3F2
8#E3F7F6
9#F1FBFB
Tones
Muted variations
1#79D3CE
2#7ECECA
3#83C9C5
4#88C4C1
5#8DBFBC
6#92BAB8
7#97B5B3
8#9CB0AF
9#A1ABAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5E2 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8D3 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AFA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6360 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403D | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2826 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFB;
--sky-blue-100: #E3F7F6;
--sky-blue-200: #CBF0EF;
--sky-blue-300: #A4E5E2;
--sky-blue-400: #74D8D3;
--sky-blue-500: #4CCDC6;
--sky-blue-600: #31AFA9;
--sky-blue-700: #278B86;
--sky-blue-800: #1C6360;
--sky-blue-900: #12403D;
--sky-blue-950: #0B2826;
}