Sky Blue
#68B2E3
BlueColor Codes
All color formats for development
HEX
#68B2E3RGB
rgb(104, 178, 227)HSL
hsl(204, 69%, 65%)OKLCH
oklch(0.735 0.103 239.3)CMYK
cmyk(54%, 22%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CA4DE
2#3095D9
3#2484C4
4#1F71A8
5#1A5E8C
6#154B70
7#0F3954
8#0A2638
9#05131C
Tints
Lighter variations
1#77BAE6
2#86C1E9
3#95C9EC
4#A5D1EE
5#B4D9F1
6#C3E0F4
7#D2E8F7
8#E1F0F9
9#F0F7FC
Tones
Muted variations
1#6EB1DD
2#74B0D7
3#7BAED1
4#81ADCB
5#87ACC5
6#8DABBE
7#93A9B8
8#99A8B2
9#A0A7AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E2 #C7E2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCC #9CCCED | BordersInactive statesPlaceholder text |
| 400 | 68B2 #68B2E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D9C #3D9CDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2380 #2380BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C66 #1C6697 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1449 #14496C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2E #0D2E45 | Primary textHigh emphasis contentDark headings |
| 950 | 081D #081D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F8FD;
--sky-blue-100: #E1F0F9;
--sky-blue-200: #C7E2F5;
--sky-blue-300: #9CCCED;
--sky-blue-400: #68B2E3;
--sky-blue-500: #3D9CDB;
--sky-blue-600: #2380BE;
--sky-blue-700: #1C6697;
--sky-blue-800: #14496C;
--sky-blue-900: #0D2E45;
--sky-blue-950: #081D2B;
}