Sky Blue
#68BEE3
BlueColor Codes
All color formats for development
HEX
#68BEE3RGB
rgb(104, 190, 227)HSL
hsl(198, 69%, 65%)OKLCH
oklch(0.762 0.099 228.1)CMYK
cmyk(54%, 16%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CB2DE
2#30A6D9
3#2494C4
4#1F7FA8
5#1A6A8C
6#155570
7#0F3F54
8#0A2A38
9#05151C
Tints
Lighter variations
1#77C5E6
2#86CBE9
3#95D2EC
4#A5D8EE
5#B4DFF1
6#C3E5F4
7#D2ECF7
8#E1F2F9
9#F0F9FC
Tones
Muted variations
1#6EBCDD
2#74B9D7
3#7BB7D1
4#81B5CB
5#87B2C5
6#8DB0BE
7#93ADB8
8#99ABB2
9#A0A8AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E7 #C7E7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD5 #9CD5ED | BordersInactive statesPlaceholder text |
| 400 | 68BE #68BEE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DAC #3DACDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 238F #238FBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C72 #1C7297 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1451 #14516C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D34 #0D3445 | 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: #F2F9FD;
--sky-blue-100: #E1F2F9;
--sky-blue-200: #C7E7F5;
--sky-blue-300: #9CD5ED;
--sky-blue-400: #68BEE3;
--sky-blue-500: #3DACDB;
--sky-blue-600: #238FBE;
--sky-blue-700: #1C7297;
--sky-blue-800: #14516C;
--sky-blue-900: #0D3445;
--sky-blue-950: #08212B;
}