Sky Blue
#78BED3
CyanColor Codes
All color formats for development
HEX
#78BED3RGB
rgb(120, 190, 211)HSL
hsl(194, 51%, 65%)OKLCH
oklch(0.763 0.076 218.9)CMYK
cmyk(43%, 10%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5FB2CB
2#46A6C3
3#3994AF
4#317F96
5#29697D
6#205464
7#183F4B
8#102A32
9#081519
Tints
Lighter variations
1#86C5D8
2#93CBDC
3#A1D2E0
4#AED8E5
5#BCDFE9
6#C9E5EE
7#D7ECF2
8#E4F2F6
9#F2F9FB
Tones
Muted variations
1#7DBCCF
2#81B9CA
3#86B7C6
4#8AB4C1
5#8FB2BD
6#94AFB8
7#98ADB3
8#9DABAF
9#A1A8AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE7 #CDE7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D4 #A6D4E2 | BordersInactive statesPlaceholder text |
| 400 | 78BE #78BED3 | Disabled statesSecondary iconsMuted text |
| 500 | 52AB #52ABC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 378F #378FA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C72 #2C7287 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F51 #1F5160 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1434 #14343E | Primary textHigh emphasis contentDark headings |
| 950 | 0C20 #0C2027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FB;
--sky-blue-100: #E4F2F6;
--sky-blue-200: #CDE7EF;
--sky-blue-300: #A6D4E2;
--sky-blue-400: #78BED3;
--sky-blue-500: #52ABC7;
--sky-blue-600: #378FA9;
--sky-blue-700: #2C7287;
--sky-blue-800: #1F5160;
--sky-blue-900: #14343E;
--sky-blue-950: #0C2027;
}