Teal
#0399B0
CyanColor Codes
All color formats for development
HEX
#0399B0RGB
rgb(3, 153, 176)HSL
hsl(188, 97%, 35%)OKLCH
oklch(0.628 0.11 213.3)CMYK
cmyk(98%, 13%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02899E
2#027A8D
3#026B7B
4#025C69
5#014C58
6#013D46
7#012E35
8#011F23
9#000F12
Tints
Lighter variations
1#03B5D0
2#04D1F1
3#1ADEFC
4#3BE2FC
5#5CE7FD
6#7CECFD
7#9DF1FE
8#BEF5FE
9#DEFAFF
Tones
Muted variations
1#0B92A7
2#148C9F
3#1D8696
4#257F8D
5#2E7985
6#37737C
7#3F6C73
8#48666B
9#516062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFA #DCFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF5 #BEF5FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BEE #8BEEFD | BordersInactive statesPlaceholder text |
| 400 | 4FE5 #4FE5FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DDE #1DDEFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03C0 #03C0DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0399 #0399B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 026D #026D7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0146 #014650 | Primary textHigh emphasis contentDark headings |
| 950 | 012C #012C32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFF;
--teal-100: #DCFAFE;
--teal-200: #BEF5FE;
--teal-300: #8BEEFD;
--teal-400: #4FE5FC;
--teal-500: #1DDEFC;
--teal-600: #03C0DD;
--teal-700: #0399B0;
--teal-800: #026D7E;
--teal-900: #014650;
--teal-950: #012C32;
}