Sky Blue
#6BBDE1
BlueColor Codes
All color formats for development
HEX
#6BBDE1RGB
rgb(107, 189, 225)HSL
hsl(198, 66%, 65%)OKLCH
oklch(0.76 0.095 228.4)CMYK
cmyk(52%, 16%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4FB1DB
2#34A5D5
3#2793C1
4#227EA5
5#1C698A
6#17546E
7#113F53
8#0B2A37
9#06151C
Tints
Lighter variations
1#7AC4E4
2#88CAE7
3#97D1EA
4#A6D8ED
5#B5DEF0
6#C4E5F3
7#D3EBF6
8#E1F2F9
9#F0F8FC
Tones
Muted variations
1#71BBDB
2#77B9D5
3#7DB6CF
4#82B4C9
5#88B2C3
6#8EAFBD
7#94ADB7
8#9AAAB2
9#A0A8AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E7 #C8E7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED4 #9ED4EB | BordersInactive statesPlaceholder text |
| 400 | 6BBD #6BBDE1 | Disabled statesSecondary iconsMuted text |
| 500 | 41AB #41ABD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 268E #268EBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E71 #1E7194 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1651 #16516A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E34 #0E3444 | Primary textHigh emphasis contentDark headings |
| 950 | 0920 #09202A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FC;
--sky-blue-100: #E1F2F9;
--sky-blue-200: #C8E7F4;
--sky-blue-300: #9ED4EB;
--sky-blue-400: #6BBDE1;
--sky-blue-500: #41ABD8;
--sky-blue-600: #268EBA;
--sky-blue-700: #1E7194;
--sky-blue-800: #16516A;
--sky-blue-900: #0E3444;
--sky-blue-950: #09202A;
}