Sky Blue
#68C5E3
BlueColor Codes
All color formats for development
HEX
#68C5E3RGB
rgb(104, 197, 227)HSL
hsl(195, 69%, 65%)OKLCH
oklch(0.777 0.098 221.4)CMYK
cmyk(54%, 13%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CBADE
2#30AFD9
3#249CC4
4#1F86A8
5#1A6F8C
6#155970
7#0F4354
8#0A2D38
9#05161C
Tints
Lighter variations
1#77CAE6
2#86D0E9
3#95D6EC
4#A5DCEE
5#B4E2F1
6#C3E8F4
7#D2EDF7
8#E1F3F9
9#F0F9FC
Tones
Muted variations
1#6EC1DD
2#74BED7
3#7BBBD1
4#81B8CB
5#87B5C5
6#8DB2BE
7#93AFB8
8#99ACB2
9#A0A9AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F3 #E1F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E9 #C7E9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD9 #9CD9ED | BordersInactive statesPlaceholder text |
| 400 | 68C5 #68C5E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DB4 #3DB4DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2397 #2397BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C78 #1C7897 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1456 #14566C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D37 #0D3745 | Primary textHigh emphasis contentDark headings |
| 950 | 0822 #08222B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFD;
--sky-blue-100: #E1F3F9;
--sky-blue-200: #C7E9F5;
--sky-blue-300: #9CD9ED;
--sky-blue-400: #68C5E3;
--sky-blue-500: #3DB4DB;
--sky-blue-600: #2397BE;
--sky-blue-700: #1C7897;
--sky-blue-800: #14566C;
--sky-blue-900: #0D3745;
--sky-blue-950: #08222B;
}