Sky Blue
#68C0E3
BlueColor Codes
All color formats for development
HEX
#68C0E3RGB
rgb(104, 192, 227)HSL
hsl(197, 69%, 65%)OKLCH
oklch(0.766 0.098 226.2)CMYK
cmyk(54%, 15%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CB5DE
2#30A9D9
3#2497C4
4#1F81A8
5#1A6C8C
6#155670
7#0F4154
8#0A2B38
9#05161C
Tints
Lighter variations
1#77C7E6
2#86CDE9
3#95D3EC
4#A5D9EE
5#B4E0F1
6#C3E6F4
7#D2ECF7
8#E1F2F9
9#F0F9FC
Tones
Muted variations
1#6EBEDD
2#74BBD7
3#7BB8D1
4#81B6CB
5#87B3C5
6#8DB0BE
7#93AEB8
8#99ABB2
9#A0A8AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E8 #C7E8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD6 #9CD6ED | BordersInactive statesPlaceholder text |
| 400 | 68C0 #68C0E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DAF #3DAFDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2392 #2392BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C74 #1C7497 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1453 #14536C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D35 #0D3545 | Primary textHigh emphasis contentDark headings |
| 950 | 0821 #08212B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFD;
--sky-blue-100: #E1F2F9;
--sky-blue-200: #C7E8F5;
--sky-blue-300: #9CD6ED;
--sky-blue-400: #68C0E3;
--sky-blue-500: #3DAFDB;
--sky-blue-600: #2392BE;
--sky-blue-700: #1C7497;
--sky-blue-800: #14536C;
--sky-blue-900: #0D3545;
--sky-blue-950: #08212B;
}